saml-to/SAML.to Assume AWS Role
GitHub Action Assume AWS Roles using SAML.to
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| role | The ARN of the role to assume | yes | — |
| region | The AWS Region | no | us-east-1 |
| provider | The provider to use in saml-to.yml | no | — |
| configOwner | Specify a different GitHub Org/User that hosts the saml-to.yml, defaults to this repository's owner. | no | — |
| configPath | Specify a path to the SAML.to config file (Default: 'saml-to.yml') | no | — |
| profile | Store the credentials to the provided named profile in `~/.aws` (instead of writing them to Environment Variables) | no | — |
Outputs
| name | description |
|---|---|
| region | The AWS region |
| accountId | The AWS Account ID |
| userId | The Ephemeral User ID |
| roleArn | The ARN of the Role |
| assumedRoleArn | The effective ARN of the Assumed Role |
| accessKeyId | The AWS Access Key ID |
| secretAccessKey | The AWS Secret Access Key |
| sessionToken | The AWS Session Token |