Adding Roles
Prerequisites
Ensure SAML.to is installed to your GitHub Organization or User Account
Add or Update an IAM Role
Update saml-to.yml
Add the following the following block to permissions.aws.roles
to saml-to.yml
:
- name: THE-ROLE-ARN
provider:
variables:
providerArn: THE-PROVIDER-ARN
users:
github:
- some-github-user
- another-github-user
repos:
github:
- some-repo
- another-org/some-other-repo

Last updated