Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to add an IAM role to GARM runner pool #12

Open
oprinmarius opened this issue Aug 20, 2024 · 0 comments · May be fixed by #13
Open

Ability to add an IAM role to GARM runner pool #12

oprinmarius opened this issue Aug 20, 2024 · 0 comments · May be fixed by #13

Comments

@oprinmarius
Copy link

Currently when you create a GARM runner pool using garm-cli there is no option to attach an IAM role to it.

garm-cli pool create \
    --os-type windows \
    --os-arch amd64 \
    --enabled=true \
    --flavor t2.small \
    --image ami-0d5f36b04ca291a9f \
    --min-idle-runners 0 \
    --repo 5b4f2fb0-3485-45d6-a6b3-545bad933df3 \
    --tags aws,windows \
    --provider-name aws

It would be nice to have the ability to add an IAM instance profile to the runners pool to avoid using AWS Access Keys.

Basic use cases would be to build an AMI using Packer or push a docker image to ECR.

@fabi200123 fabi200123 linked a pull request Aug 21, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant