common-fate / granted

The easiest way to access your cloud.
https://granted.dev
MIT License
955 stars 90 forks source link

For granted sso generate/populate commands add support to persist preferences in .granted/config #650

Closed ibottamike closed 4 weeks ago

ibottamike commented 2 months ago

The granted sso generate/populate commands have input for StartURL, SsoRegion, Prefix, Source, NoCredentialProcess, and ProfileTemplate.

Only having the parameters available as input variables require them to be enter every time the commands are run. In a dynamic environment where AWS accounts are added/removed, this requires the variables to be stored outside of granted configuration.

Add the capability to store the configuration values in .granted/config to be consistent with registry add/sync and assume browser preferences.

chrnorm commented 4 weeks ago

Implemented in #651!