commandeer / open

Commandeer is a tool built by developers for developers that solves three things in the cloud. First, we are focused on the deployment of your IAC. Secondly, we enable you to 'Test your Plumbing'. Lastly, Commandeer provides you the ability to easily view your data.
https://getcommandeer.com
MIT License
141 stars 26 forks source link

SSO Login #285

Open pixie79 opened 1 year ago

pixie79 commented 1 year ago

Hi,

We use the SSO login with the .credentials file. Commander is picking these up as broken credentials, which is not correct. Do you have any idea how to use them correctly?

[profile int-data-data-admin]
sso_start_url = https://<ACCOUNTNAME>.awsapps.com/start
sso_region = eu-west-2
sso_account_id = <ACCOUNTID>
sso_role_name = <SSO_ROLE>
region = eu-west-2

Currently, on the cli I usually export the profile and then do an 'aws sso login', which pops the web page for auth and lets me run cli commands after.

Thanks

Mark

bwship commented 1 year ago

@pixie79 - I am investigating this now. We don't currently have support for this, other than adding the keys you can obtain from sso login to the account. Working through a better solution for it now though.