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

feat: update permissions for bootstrap and boundary policy #52

Merged
merged 2 commits into from
Dec 11, 2023

Conversation

maxsxu
Copy link
Member

@maxsxu maxsxu commented Dec 10, 2023

Motivation

Vendor should be able to manage resources created by themself.

Modifications

Allow vendor modify resources under /StreamNative/ path or with specific name patterns declared.

@maxsxu maxsxu self-assigned this Dec 10, 2023
@maxsxu maxsxu requested a review from a team as a code owner December 10, 2023 11:55
@@ -89,7 +89,8 @@
"Sid": "ResR53Z",
"Effect": "Allow",
"Action": [
"route53:ChangeResourceRecordSets"
"route53:ChangeResourceRecordSets",
"route53:DeleteHostedZone"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add this because when provisioning environment with SN-managed DNS but then change to Customer-managed DNS, at that scenario, our pipeline will fail since unable to clean the already provisioned Zone.

@maxsxu maxsxu merged commit 711f06a into main Dec 11, 2023
3 checks passed
@maxsxu maxsxu deleted the max/update-permission branch December 11, 2023 02:50
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 this pull request may close these issues.

2 participants