-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Adding policies #11
Adding policies #11
Conversation
/test all |
/test all |
/test all |
/test all |
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.
please see comments
Co-authored-by: Andriy Knysh <aknysh@users.noreply.github.com>
/test all |
/test all |
/test all |
…-service-control-policies into adding_policies
…-service-control-policies into adding_policies
This pull request is now in conflict. Could you fix it @jamengual? 🙏 |
/test all |
catalog/cloudtrail-policies.yaml
Outdated
- "cloudtrail:PutEventSelectors" | ||
- "cloudtrail:StopLogging" | ||
- "cloudtrail:UpdateTrail" | ||
|
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.
need
resources:
- "*"
also, can you maybe combine these two policies?
or clean them up since they gave overlapping actions
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.
@jamengual thank you, please see comments
This Pull Request has been updated, so we're dismissing all reviews.
/test all |
@@ -0,0 +1,12 @@ | |||
- sid: "DenyLambdaWithoutVpc" |
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.
@jamengual is this policy correct?
- It says "Deny" but the value is
true
- should it be "false"? - Other policies use "Bool" in the test, not "Null"
condition:
- test: "Bool"
variable: "rds:StorageEncrypted"
values:
- false
catalog/s3-policies.yaml
Outdated
%{ for r in split(",", s3_regions_lockdown) } | ||
- ${trimspace(r)} | ||
%{ endfor } | ||
- test: "Null" |
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.
should it be "Bool"?
catalog/vpc-policies.yaml
Outdated
- "ec2:CreateVpcPeeringConnection" | ||
- "ec2:AcceptVpcPeeringConnection" | ||
- "globalaccelerator:Create*" | ||
- "globalaccelerator:Update*" |
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.
why it's related to creating/updating of globalaccelerator
?
Global Accelerator itself does not need a VPC
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.
@jamengual please see comments
/test all |
what
why
references