actions-marketplace-validations/configure-oidc-aws-credentials
Fetch temporary AWS session credentials using OIDC
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| role-arn | ARN of the role to assume | yes | — |
| sts-region | The region to use the STS regional endpoint in. If not set, will use the global endpoint. | no | — |
| audience | The OIDC audience to use. The default is set by the GitHub OIDC provider if not set here. | no | — |
| role-session-name | A name to give the role session | no | GitHubActions |
| duration-seconds | Duration of the role session | no | 3600 |
| export-variables | Set to true to export AWS environment variables | no | false |
Outputs
| name | description |
|---|---|
| aws-access-key-id | The access key id for the temporary credentials |
| aws-secret-access-key | The secret access key for the temporary credentials |
| aws-session-token | The session token for the temporary credentials |
| expiration | The date on which the credentials expire |