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

Change default value for rbac.limit_to_namespace and functions.rbac.limit_to_namespace #418

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

lhotari
Copy link
Member

@lhotari lhotari commented Dec 21, 2023

Motivation

The default value is false which uses Cluster level Roles and Rolebindings. This is a bad default since there might not be permissions to have cluster level roles and rolebindings and they don't provide any real value compared to namespace level roles and rolebindings.

Modifications

change the 2 different limit_to_namespace settings from false to true in the values.yaml file.

Other context

This would be released in 3.2.0 and mentioned as a possible breaking change in the release notes.

Verifying this change

  • Make sure that the change passes the CI checks.

@lhotari lhotari force-pushed the lh-roles-in-namespace-by-default branch from f874616 to ad7c774 Compare January 16, 2024 17:17
@lhotari lhotari merged commit 5d1275e into apache:master Jan 17, 2024
26 checks passed
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

1 participant