raphaelauv commented on issue #19328:
URL: https://github.com/apache/airflow/issues/19328#issuecomment-955277760


   for **google: 6.1.0rc1** 
   
   Google provider catch invalid secret name (#18790) -> is working
   
   ```
   [2021-10-30 14:56:31,254] {logging_mixin.py:104} INFO - Running 
<TaskInstance: a_nice_dag.also_run_this 2021-10-20T00:00:00+00:00 [running]> on 
host 0dbece050201
   [2021-10-30 14:56:31,797] {secret_manager_client.py:100} ERROR - Google 
Cloud API Call Error (InvalidArgument): Invalid secret ID 
XXXXXXXXXXXXXX-variable-toto.tata.
                   Only ASCII alphabets (a-Z), numbers (0-9), dashes (-), and 
underscores (_)
                   are allowed in the secret ID.
                   
   [2021-10-30 14:56:31,858] {taskinstance.py:1300} INFO - Exporting the 
following env vars:
   ...
   ```
   
   the error about secrets with a non valid char is now catch


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to