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

[aws-vault-v7.0.0-beta2] [sso-session] '' missing in config file #1148

Closed
FernandoMiguel opened this issue Feb 20, 2023 · 2 comments
Closed

Comments

@FernandoMiguel
Copy link
Collaborator

$ ~/Desktop/aws-vault-v7.0.0-beta2 --debug --prompt=osascript exec sre-dev --
2023/02/20 12:01:12 aws-vault v7.0.0-beta2
2023/02/20 12:01:12 Using prompt driver: osascript
2023/02/20 12:01:12 Loading config file /Users/fernando/.aws/config
2023/02/20 12:01:12 Parsing config file /Users/fernando/.aws/config
2023/02/20 12:01:12 [keyring] Considering backends: [keychain]
2023/02/20 12:01:12 [sso-session] '' missing in config file
2023/02/20 12:01:12 [sso-session] '' missing in config file
2023/02/20 12:01:12 [keyring] Querying keychain for service="aws-vault", keychain="aws-vault.keychain"
2023/02/20 12:01:12 [keyring] Found 0 results
aws-vault: error: exec: Error getting temporary credentials: profile sre-dev: credentials missing
[default]
region = us-east-1

[profile sre-dev]
sso_start_url = https://foobar.awsapps.com/start
sso_region = us-east-1
sso_account_id = 12345678900
sso_role_name = AdministratorAccess
region = us-east-1
@mtibben
Copy link
Member

mtibben commented Feb 20, 2023

I noticed the same, caused by #1088

@dima-vm are you able to address this?

@mtibben
Copy link
Member

mtibben commented Feb 21, 2023

Fixed in ba79e47

@mtibben mtibben closed this as completed Feb 21, 2023
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

2 participants