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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
regionAWS region.no
role-arnAWS role ARN to assume.yes
role-session-nameAWS session name.noGithubActions
profileThe AWS profile to write the configuration to. Writes to the default profile if not setnodefault
audienceThe aud claim in the ID token. Should match a value in client_id_list in the AWS OIDC provider configuration.nosts.amazonaws.com
userSet 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

no outputs