AWS Roles can be assumed in GitHub Actions by completing two steps:
Edit the saml-to.yml to include the name of the repository that needs access to a given role
saml-to.yml
Example 1arrow-up-right: Access granted access to some-repo access to stark-international-administrator
some-repo
stark-international-administrator
Example 2arrow-up-right: Access granted to another-repo and within another-org
another-repo
another-org
Add or modify the GitHub action for the repository:
Example 1arrow-up-right: A GitHub Workflow to assume stark-international-administrator
See assume-aws-role-actionarrow-up-right for more details.
Last updated 3 years ago