mik-laj commented on a change in pull request #7738: [AIRFLOW-7073]
GKEStartPodOperator always use user credentials
URL: https://github.com/apache/airflow/pull/7738#discussion_r393520342
##########
File path: airflow/providers/google/cloud/utils/credentials_provider.py
##########
@@ -121,7 +96,7 @@ def provide_gcp_credentials(
conf_file.flush()
key_file_path = conf_file.name
if key_file_path:
- with temporary_environment_variable(CREDENTIALS, key_file_path):
Review comment:
I don't understand why it worked before. CREDENTIALS is a variable, and here
it is passed as the name of the argument.
----------------------------------------------------------------
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]
With regards,
Apache Git Services