We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using aws-vault and using credential_process to secure my credentials in the keychain. https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sourcing-external.html
[profile fluree-kharriger-sandbox] credential_process=aws-vault export fluree-kharriger-sandbox --no-session --format=json region=us-east-1
typically exporting aws profile is sufficient.
export AWS_PROFILE=fluree-kharriger-sandbox bb cidr.clj 2024-04-27T16:07:00.530Z Kurts-MacBook-Pro.local DEBUG [com.grzm.awyeah.credentials:174] - Unable to fetch credentials from environment variables. 2024-04-27T16:07:00.535Z Kurts-MacBook-Pro.local DEBUG [com.grzm.awyeah.credentials:174] - Unable to fetch credentials from system properties. 2024-04-27T16:07:05.540Z Kurts-MacBook-Pro.local DEBUG [com.grzm.awyeah.credentials:174] - Unable to fetch credentials from environment variables. 2024-04-27T16:07:05.540Z Kurts-MacBook-Pro.local DEBUG [com.grzm.awyeah.credentials:174] - Unable to fetch credentials from system properties. nil
As a workaround I can export the credentials per invocation with aws-vault exec
aws-vault exec
aws-vault exec fluree-kharriger-sandbox -- bb cidr.clj
Something to keep in mind to support in future.
The text was updated successfully, but these errors were encountered:
I'm having the same problem with our saml2aws creds. setting AWS_PROFILE=mysamlprofile, etc doesn't work in the repl or at the cmdline
Sorry, something went wrong.
No branches or pull requests
I am using aws-vault and using credential_process to secure my credentials in the keychain.
https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sourcing-external.html
typically exporting aws profile is sufficient.
As a workaround I can export the credentials per invocation with
aws-vault exec
Something to keep in mind to support in future.
The text was updated successfully, but these errors were encountered: