ericallam/AWS STS Assume Role
GitHub Action to assume a role using STS and output the AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables to use in subsequent steps
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| accessKeyId | Access Key ID of the user that will assume a role | yes | — |
| secretAccessKey | Secret Access Key of the user that will assume a role | yes | — |
| roleArn | The ARN of the IAM Role to assume | yes | — |
| roleSessionName | The RoleSessionName passed to assume-role | yes | User |
Outputs
| name | description |
|---|---|
| stsAccessKeyID | The Access Key ID of the sts session |
| stsSecretAccessKey | The Secret Access Key of the sts session |
| stsSessionToken | The Session Token of the sts session |