Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 993 Bytes

File metadata and controls

32 lines (23 loc) · 993 Bytes

Action runners deployed with permissions boundary

This modules shows how to create GitHub action runners with permissions boundaries and paths used in role, policies, and instance profiles.

Usages

Steps for the full setup, such as creating a GitHub app can be find the module README. First create the deploy role and boundary policies. This steps required an admin user.

cd setup
terraform init
terraform apply
cd ..

Now a new role and policies should be created. The output of the previous step is imported in this workspace to load the role and policy. The deployment of the runner module assumes the new role before creating all resources (https://www.terraform.io/docs/providers/aws/index.html#assume-role). Before running Terraform, ensure the GitHub app is configured.

Download the lambda releases.

cd lambdas-download
terraform init
terraform apply
cd ..

Now you can deploy the module.

terraform init
terraform apply