turbaszek commented on a change in pull request #9848:
URL: https://github.com/apache/airflow/pull/9848#discussion_r457110919



##########
File path: airflow/config_templates/config.yml
##########
@@ -598,6 +598,22 @@
       type: integer
       example: ~
       default: "100"
+    - name: google_oauth2_audience
+      description: The intended audience for JWT token credentials used for 
authorization.
+        This value must match on the client and server sides.
+        If empty, audience will not be tested.
+      type: string
+      example: project-id-random-value.apps.googleusercontent.com
+      default: ""
+    - name: google_key_path
+      description: |
+        Path to GCP Credential JSON file. If ommited, authorization based on 
`the Application Default
+        Credentials
+        
<https://cloud.google.com/docs/authentication/production#finding_credentials_automatically>`__
 will

Review comment:
       From what I see we usually do not use rst format for links in config




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

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


Reply via email to