Draft proposal; Support autoupdate in AWS Private operators#1870
Open
abuabraham-ttd wants to merge 3 commits intomainfrom
Open
Draft proposal; Support autoupdate in AWS Private operators#1870abuabraham-ttd wants to merge 3 commits intomainfrom
abuabraham-ttd wants to merge 3 commits intomainfrom
Conversation
abuabraham-ttd
commented
Jul 8, 2025
| - Effect: Allow | ||
| Action: 'secretsmanager:GetSecretValue' | ||
| Resource: !Sub 'arn:aws:secretsmanager:${AWS::Region}:${AWS::AccountId}:secret:uid2-config-stack-${AWS::StackName}*' | ||
| - Sid: EC2LaunchTemplateWrite |
Contributor
Author
There was a problem hiding this comment.
More permissions needed to allow autoscaling and launch template access.
This can be made optional only if customer enables auto-update.
abuabraham-ttd
commented
Jul 8, 2025
| Tags: | ||
| - Key: Project | ||
| Value: UID2 | ||
| LaunchTemplate: |
Contributor
Author
There was a problem hiding this comment.
Adding tags to all resources created, to have tag based IAM permissions.
abuabraham-ttd
commented
Jul 8, 2025
| @@ -0,0 +1,5 @@ | |||
| # Run the daily autoupdate job | |||
Contributor
Author
There was a problem hiding this comment.
cron job to check and update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.