This is an automated email from the ASF dual-hosted git repository.

eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new fa07812d10 doc: fix Google authorization token command (#31893)
fa07812d10 is described below

commit fa07812d1013f964a4736eade3ba3e1a60f12692
Author: Sumesh Premraj <[email protected]>
AuthorDate: Fri Jun 23 12:23:44 2023 +0200

    doc: fix Google authorization token command (#31893)
---
 docs/apache-airflow-providers-google/api-auth-backend/google-openid.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/docs/apache-airflow-providers-google/api-auth-backend/google-openid.rst 
b/docs/apache-airflow-providers-google/api-auth-backend/google-openid.rst
index 53791e0f31..303e81869d 100644
--- a/docs/apache-airflow-providers-google/api-auth-backend/google-openid.rst
+++ b/docs/apache-airflow-providers-google/api-auth-backend/google-openid.rst
@@ -60,7 +60,7 @@ look like the following.
       ENDPOINT_URL="http://localhost:8080/";
 
       AUDIENCE="project-id-random-value.apps.googleusercontent.com"
-      ID_TOKEN="$(gcloud auth print-identity-token "--audience=${AUDIENCE}")"
+      ID_TOKEN="$(gcloud auth print-identity-token "--audiences=${AUDIENCE}")"
 
       curl -X GET  \
           "${ENDPOINT_URL}/api/experimental/pools" \

Reply via email to