You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/06/07 18:11:39 UTC

[GitHub] [airflow] mik-laj edited a comment on pull request #9167: Improved cloud tool available in the trimmed down CI container

mik-laj edited a comment on pull request #9167:
URL: https://github.com/apache/airflow/pull/9167#issuecomment-640256880


   I still have problems with gcloud. First of all, I never use host credentials for authorization. When I need to authorize, I use service account keys that are shared by my organization in the `/files/gcp/keys/` directory.
   
   When I try to do this, I get the following message.
   ```
   root@8d3ff81941e3:/opt/airflow# gcloud auth activate-service-account --key-file=/files/gcp/keys/sa.json
   ERROR: (gcloud.auth.activate-service-account) Unable to read file [/files/gcp/keys/sa.json]: [Errno 2] No such file or directory: '/files/gcp/keys/sa.json'
   ````
   The same key directory is used to run system tests.
   
   Do you have a solution that allows keys from the `/files/` directory to be used by gcloud?.


----------------------------------------------------------------
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:
users@infra.apache.org