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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
accessKeyIdAccess Key ID of the user that will assume a roleyes
secretAccessKeySecret Access Key of the user that will assume a roleyes
roleArnThe ARN of the IAM Role to assumeyes
roleSessionNameThe RoleSessionName passed to assume-roleyesUser
namedescription
stsAccessKeyIDThe Access Key ID of the sts session
stsSecretAccessKeyThe Secret Access Key of the sts session
stsSessionTokenThe Session Token of the sts session