-
Notifications
You must be signed in to change notification settings - Fork 4
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
Initial attempt at split policy #6353
base: main
Are you sure you want to change the base?
Conversation
Terraform Component 🧱:
|
Terraform Component 🧱:
|
source = "terraform-aws-modules/iam/aws//modules/iam-policy" | ||
version = "5.48.0" | ||
|
||
name_prefix = "create-a-derived-table" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add dev
to this
Pull Request Objective
This piece of work is being tracked in
this
GitHub Issue.
This attempts to split the roles for CaDeT into a more limited
dev
role, and a more highly empoweredprod
one, in order to allow theprod
role to be restricted to a specific runner group (and as such, allow us to put rules on that runner group to ensure it can only target named workflows@main
when running. This is in addition to implementingenvironments
to the repo itself, as those can be overridden by user changes.Checklist
Note
Each items should be checked. Skipping below checks could delay your PR review!
and ensured that my code complies with it
used the
override-static-analysis
label, I've explained why)Additional Comments
Lemme know if you've got any questions.