-
Notifications
You must be signed in to change notification settings - Fork 62
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
Warnings for missing access to accounts present in config #980
Comments
I can see about moving this to debug or something like that. I'm curious though, what attributes are you providing in your shared config for these roles that makes it necessary to define them in the file? |
Moving to debug should pretty much solve this problem, I think. Main reason was for having a shared config are.
|
Nevermind, I switched to using |
Beta5 should be out soonish. I honestly wouldn't recommend staying on head for long periods of time. |
Output of
aws-sso version
:Describe the bug:
Just updated to 1.17 and
aws-sso-cli
has started warning about missing access for accounts in the config file. My colleagues and I have a sharedaws-sso-cli
config file and not everyone has access to all the accounts in the config file. We were currently relying on the fact thataws-sso-cli
does not give any error or warning if account access is missing and will only configure the ones that a person has access to.aws-sso-cli
now has started warning which is annoying.To Reproduce:
~/.aws-sso/config.yaml
that you don't have accessaws-sso config-profiles
and see warning printed for missing accessExpected behavior:
Warning to not be printed if access is missing.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: