ipdxco / custom-github-runners

Customizable Self-hosted GitHub Runners
6 stars 1 forks source link

feat: grant runners access to s3 #10

Closed galargh closed 2 years ago

galargh commented 2 years ago

We're reusing the bootstrapped S3 bucket which hosts tf state for now. Each runner type gets its' own prefix there that matches the runner type name.

Eventually, it'd be great if we could tighten the security even further so that multiple runs cannot interfere with each others' artifacts.