feat(project-acls): add support for project acl#234
Draft
codydiehl wants to merge 1 commit intorundeck:masterfrom
Draft
feat(project-acls): add support for project acl#234codydiehl wants to merge 1 commit intorundeck:masterfrom
codydiehl wants to merge 1 commit intorundeck:masterfrom
Conversation
10 tasks
Contributor
Author
|
the tests fail because obviously the go-rundeck PR needs to be merged first. |
Contributor
|
I'll need to help coordinate some of the go-rundeck changes if the V2 doesn't have what's needed here. Appreciate the help and engagement here! Email me at forrest@pagerduty.com. Would love to catch up on your use cases. |
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.
This extends the existing ACL Policy support to include project level ACL's by simply providing a project value.
If project is provided it will be a project ACL. It not its a standard default System ACL.
This depends on the extension I have put a PR in here first for this to function:
rundeck/go-rundeck#4
I have built the provider and have tested that System ACL and Project ACL functionality all works as intended.
Initial Creation
Update to ACL Policy
Deletion
This was done with the following terraform:
I have confirmed that the ACL policies existed in the project settings as well as the system ACL's and that it all looked good.
I will validate imports and report back as well.
However this will remain in draft until the go-rundeck PR is hopefully good to merge.