Skip to content
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

error=MissingRegion: could not find region configuration -- still exists in 1.7.0 #83

Open
felipe1982 opened this issue Jul 4, 2018 · 0 comments

Comments

@felipe1982
Copy link

I noted that 3fbd8ba attempts to resolve the error one gets when region is not passed on the command line:

   ⨯ failed                    error=MissingRegion: could not find region configuration

However I still get this error message. I have added the region to both the default and velo profiles in ~/.aws/config.

My command is:
unicreds --profile velo get <mysecret>

Moreover these commands do not work.

AWS_DEFAULT_REGION=ap-southeast-2 unicreds --profile velo get jenkins-ssh-private-key
   ⨯ failed                    error=MissingRegion: could not find region configuration
AWS_REGION=ap-southeast-2 unicreds --profile velo get jenkins-ssh-private-key
   ⨯ failed                    error=NoCredentialProviders: no valid providers in chain. Deprecated.

But this one does
unicreds --profile velo get <mysecret> -r ap-southeast-2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant