Replies: 3 comments
-
From Alex (via Common Fate Community Slack):
|
Beta Was this translation helpful? Give feedback.
-
From Erik (via Common Fate Community Slack):
|
Beta Was this translation helpful? Give feedback.
-
I have a bit of a "similar but different" question. Instead of purely using SSO for every account/role combination, we tend to land users in a single account with SSO and then assume-role to a target account/role. Populating I did see the existing
And then That way we wouldn't need profiles for every account/role combination in the aws config... |
Beta Was this translation helpful? Give feedback.
-
In #173 we had a feature request for automatically updating
~/.aws/config
based on roles available in an AWS SSO instance.#230 has added support for this. This PR adds the
granted sso generate
andgranted sso populate
commands:I'm opening a discussion here to track conversation on how we can continue to improve the UX of configuring the AWS config file. If you'd like to see any additional customisability added to these commands, please request them here.
I'll also note that aws-sso-util has a fantastic config file generator built in with a lot of customisability. Rather than Granted trying to handle all cases, I think it makes sense to advise advanced users to use
aws-sso-util
if they have specific templating requirements.That being said, I'd love to hear any feature requests you might have to improve functionality here.
Beta Was this translation helpful? Give feedback.
All reactions