-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* create either Cluster-scoped or ns-scoped rbac, not both * update tests * changelog * dont regress operator api; add cluster-scoping to NamespaceRbac based on 'watchNamespaces' helm api * update tests * update changelog * update rbac template and operator and sidecar api * move changelog * update Resource.ClusterScoped explanation * Adding changelog file to new location * Deleting changelog file from old location * update operator rbac template from v0.32.x branch * update operator.NamespaceRbac and rbac template * update cmd test * Adding changelog file to new location * Deleting changelog file from old location * update changelog * add check to rbac template to validate user-specified namespaced resources * Adding changelog file to new location * Deleting changelog file from old location * fix operator deployment template * pr feedback: add release name and ns to rbac tmpl clusterrole/binding * add NamespaceRbac to sidecar * generate * move resource-to-namespaces map to helper func * generate * dont quote --------- Co-authored-by: changelog-bot <changelog-bot>
- Loading branch information
1 parent
a021afb
commit f3f6193
Showing
32 changed files
with
298 additions
and
103 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
changelog: | ||
- type: NEW_FEATURE | ||
issueLink: https://github.com/solo-io/gloo-mesh-enterprise/issues/10521 | ||
description: > | ||
Add the ability to toggle between generating a ClusterRole/Binding or Role/Binding for namespace-scoped rbac policies. | ||
resolvesIssue: false |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.