sumeshpremraj opened a new issue, #31891:
URL: https://github.com/apache/airflow/issues/31891

   ### What do you see as an issue?
   
   I followed the [Google OpenID authentication 
doc](https://airflow.apache.org/docs/apache-airflow-providers-google/stable/api-auth-backend/google-openid.html)
 and got this error:
   
   ```
   $ ID_TOKEN="$(gcloud auth print-identity-token "--audience=${AUDIENCE}")"
   ERROR: (gcloud.auth.print-identity-token) unrecognized arguments: 
--audience=759115288429-c1v16874eprg4455kt1di902b3vkjho2.apps.googleusercontent.com
 (did you mean '--audiences'?)
   
   To search the help text of gcloud commands, run:
     gcloud help -- SEARCH_TERMS
   ```
   
   Perhaps the gcloud CLI parameter changed since this doc was written.
   
   ### Solving the problem
   
   Update the CLI argument in the doc.
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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