arianvp/Configure AWS SDK with Github Actions ID Token
Configure AWS with Github Actions ID Token using the the web_identity_token_file configuration option.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| region | AWS region. | no | — |
| role-arn | AWS role ARN to assume. | yes | — |
| role-session-name | AWS session name. | no | GithubActions |
| profile | The AWS profile to write the configuration to. Writes to the default profile if not set | no | default |
| audience | The aud claim in the ID token. Should match a value in client_id_list in the AWS OIDC provider configuration. | no | sts.amazonaws.com |
| user | Set the AWS configuration for a specific user. If not set, the configuration will be set for the current user. Useful if you want to set AWS credentials for a daemon running as another user on the same machine. Example: nix-daemon does substitution for nix and needs access to S3. | no | — |
Outputs
no outputs