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

Feature: self update #10

Open
yannickvr opened this issue May 6, 2024 · 0 comments
Open

Feature: self update #10

yannickvr opened this issue May 6, 2024 · 0 comments

Comments

@yannickvr
Copy link
Owner

I've played a bit with adding a self-updating capability to the stack, e.g. to check if there are updates to the stack.yml and add these features. Technically it's simple to add this, but the problem at this time is that it's an IAM nightmare. I don't want the lambda function to essentially have IAM:* as I want to prevent the possibility that the stack might get itself administratoraccess. This becomes an issue when we need to be able to add functionality (e.g. get this ec2 configuration requires ec2:SomeThing) where the lambdaexecutionrole needs to be able to update itself.

Perhaps permission boundaries can be sufficient, e.g. we will not allow an iam: policies. Something for the summer

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

No branches or pull requests

1 participant