ashb commented on code in PR #47622:
URL: https://github.com/apache/airflow/pull/47622#discussion_r1989600036


##########
providers/google/src/airflow/providers/google/common/auth_backend/google_openid.py:
##########
@@ -37,7 +37,9 @@
 log = logging.getLogger(__name__)
 
 _GOOGLE_ISSUERS = ("accounts.google.com", "https://accounts.google.com";)
-AUDIENCE = conf.get("api", "google_oauth2_audience")
+AUDIENCE = conf.get(
+    "api", "google_oauth2_audience", 
fallback="project-id-random-value.apps.googleusercontent.com"
+)

Review Comment:
   ```suggestion
   )
   
   # TODO: Remove this entire file before V15 of the google provider is 
released.
   ```



##########
providers/google/src/airflow/providers/google/common/auth_backend/google_openid.py:
##########
@@ -37,7 +37,9 @@
 log = logging.getLogger(__name__)
 
 _GOOGLE_ISSUERS = ("accounts.google.com", "https://accounts.google.com";)
-AUDIENCE = conf.get("api", "google_oauth2_audience")
+AUDIENCE = conf.get(
+    "api", "google_oauth2_audience", 
fallback="project-id-random-value.apps.googleusercontent.com"
+)

Review Comment:
   ```suggestion
   )
   
   # TODO: Remove this entire file before v15 of the google provider is 
released.
   ```



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