Closed monde closed 9 months ago
Multiple okta-aws-cli configurations can be saved in the $HOME/.okta/okta.yaml file and are keyed by AWS profile name in the awscli.profiles section. This allows the operator to save many okta-aws-cli configurations in the okta.yaml.
okta-aws-cli
$HOME/.okta/okta.yaml
awscli.profiles
$ okta-aws-cli web --profile staging
--- awscli: profiles: staging: oidc-client-id: "0osabc" org-domain: "org-stg.okata.com" aws-iam-idp: "arn:aws:iam::123:saml-provider/MyIdP" aws-iam-role: "arn:aws:iam::123:role/S3_Read" write-aws-credentials: true open-browser: true production: oidc-client-id: "0opabc" org-domain: "org-prd.okata.com" aws-iam-idp: "arn:aws:iam::456:saml-provider/MyIdP" aws-iam-role: "arn:aws:iam::456:role/S3_Read" write-aws-credentials: true open-browser: true
Closes #162 Closes #36
Configuration by profile name
Multiple
okta-aws-cli
configurations can be saved in the$HOME/.okta/okta.yaml
file and are keyed by AWS profile name in theawscli.profiles
section. This allows the operator to save manyokta-aws-cli
configurations in the okta.yaml.Example
$HOME/.okta/okta.yaml
Closes #162 Closes #36