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:05:25 UTC

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

mik-laj commented 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'
   ````


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