-
-
Notifications
You must be signed in to change notification settings - Fork 355
feat: allow adding more trusted principals to task role (users and ro… #173
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: allow adding more trusted principals to task role (users and ro… #173
Conversation
Yes this is very similar, but the |
Got you, makes sense 👍 |
Updated from master |
I need this functionality as well. This has been sitting for a while. Is there any technical reason why this has not been merged? |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
This is adding another variable to be able to give some users or other roles the ability to assume the atlantis role, this can be refactored probably but I didn't want to add any breaking change for this simple requirement.
Motivation and Context
While debugging it comes handy to be able to invoke terraform as atlantis does to speed things up, also this is particularly useful when importing resources.
Breaking Changes
Optional variable, it should be a no op if empty.
How Has This Been Tested?
Tested referencing my own branch.