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

Add namespaced roles support to Helm chart #1240

Merged
merged 1 commit into from
Jun 16, 2023

Conversation

kvandenhoute
Copy link
Contributor

Signed-off-by: Karel Vanden Houte karel.vandenhoute@gmail.com

Description of the change
This PR solves #1142
Add support for using Roles instead of ClusterRoles, based on additionalNamespaces

Benefits
Cluster wide roles are problematic, as not all environments allow end users to rely on them.

For instance, multi-tenant environments do not allow for Cluster Roles or impose important restrictions to include custom permissions as one off special requests.

This change allows to not use ClusterRoles, but Roles for each of the additionalNamespaces instead
Possible drawbacks
None, default values still have the same behavior as before.

Applicable issues
#1142

  • fixes #

Additional information

Signed-off-by: Karel Vanden Houte <karel.vandenhoute@gmail.com>
Copy link
Collaborator

@alvneiayu alvneiayu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is an incredible improvement and contribution @kvandenhoute. Thanks a lot for your contribution and help.

@alvneiayu alvneiayu merged commit 247a077 into bitnami-labs:main Jun 16, 2023
17 checks passed
kvandenhoute added a commit to kvandenhoute/sealed-secrets that referenced this pull request Jun 20, 2023
Signed-off-by: Karel Vanden Houte <karel.vandenhoute@gmail.com>
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

Successfully merging this pull request may close these issues.

None yet

2 participants