-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fv3config does not work with user application credentials bind-mounted into a docker container #143
Comments
I think I'm running into this problem again. |
I'm motivated to fix this since it consumed 45 minutes this morning for me. The current workaround is to set
in the image. I think a couple options are to
Any preference @oliverwm1 @mcgibbon ? I'd vote for removing the requester_pays flag for simplicity. I think this would seamlessly support all the auth patterns we use on the teams. Any external users could then enable requestor pays by using |
I am +1 on removing the |
Maybe worth verifying that the |
Looks like it works:
|
I get the following complaint when running in docker with the
~/.config/gcloud
bind-mounted into the container.This error occurs because of the requester_pays flag here:
fv3config/fv3config/filesystem.py
Line 25 in 544eaf1
See this debugger output:
I suggest removing this flag. It is not applicable in all environment and can be controlled by setting the
if needed.
The text was updated successfully, but these errors were encountered: