Thanks @vdesjardins for adding support for a custom template when generating profiles from SSO. Check out the docs here https://docs.commonfate.io/granted/usage/automatic-config-generation/#populate-command
Added the granted console
command which allows you to generate urls or open the browser with existing credentials in the environment.
This was built for a use case where Granted can be programatically invoked to generate the console URL for a service when credentials are managed by a different application. See the example:
AWS_ACCESS_KEY_ID=example AWS_SECRET_ACCESS_KEY=example AWS_SESSION_TOKEN=example granted console --service cfn --region us-east-1 --url
What's Changed
- fix parenthese in url by @meyerjrr in #333
- generate and populate profile name with custom go template by @vdesjardins in #327
- Make sso generate/populate expected behaviour clearer by @connorads in #332
- added rotate command fixes #281 by @n3s7or in #326
- Improve first install launch questionnaire UX by @Eddie023 in #331
- Add granted console command by @JoshuaWilkes in #334
- if a profile has a session token, use it for the console by @JoshuaWilkes in #335
New Contributors
- @vdesjardins made their first contribution in #327
- @connorads made their first contribution in #332
Full Changelog: v0.6.1...v0.7.0