mgmdv-orbs/use OKTA cli tool to login to AWS
using cli tool okta assume role to get aws creds
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| OKTA_ORG | OKTA org | yes | — |
| OKTA_AWS_APP_URL | OKTA aws app url | yes | — |
| OKTA_USERNAME | OKTA username | yes | — |
| OKTA_PASSWORD | OKTA password | yes | — |
| OKTA_AWS_ROLE_TO_ASSUME | arn of role to assume | yes | — |
| OKTA_PROFILE | profile to create | no | default |
| OKTA_STS_DURATION | session duration in seconds | no | 3600 |
| OKTA_AWS_REGION | default aws region | — | us-west-2 |
Outputs
| name | description |
|---|---|
| aws_access_key_id | aws access key |
| aws_secret_access_key | aws secret access key |
| region | region to use |
| aws_session_token | session token |
| aws_profile | aws profile |
| user_id | username id |
| account | aws account id |
| arn | user arn |