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

[helm] add rbac.proxier config #1451

Merged

Conversation

alice-sawatzky
Copy link
Contributor

Description of the change

Add options to the Helm chart to configure the proxier Role, and its RoleBinding.

Benefits

This allows the user to override the default RoleBinding that grants system:authenticated the proxier role. system:authenticated is not a very safe option in a lot of clusters, so it's important to expose this option.

Possible drawbacks

This was written to preserve existing behavior by default, so as to not break compatibility. This isn't ideal as the existing behavior is insecure on GKE (and possibly other contexts as well), but since it doesn't directly expose anything damaging (but rather is a defense-in-depth measure), it's probably OK to just highlight the importance of changing this in the documentation.

Applicable issues

Additional information

Signed-off-by: Alice Sawatzky <alice.sawatzky@farmersedge.ca>
Signed-off-by: Alice Sawatzky <alice.sawatzky@farmersedge.ca>
Signed-off-by: Alice Sawatzky <alice.sawatzky@farmersedge.ca>
@alemorcuq
Copy link
Collaborator

Thanks for your PR, @alice-sawatzky. We will review it later this week.

Copy link
Collaborator

@alemorcuq alemorcuq left a comment

Choose a reason for hiding this comment

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

Thanks for the PR, @alice-sawatzky. Please, check my comments below.

helm/sealed-secrets/templates/role-binding.yaml Outdated Show resolved Hide resolved
helm/sealed-secrets/values.yaml Outdated Show resolved Hide resolved
helm/sealed-secrets/values.yaml Show resolved Hide resolved
Signed-off-by: Alice Sawatzky <alice.sawatzky@farmersedge.ca>
Signed-off-by: Alice Sawatzky <alice.sawatzky@farmersedge.ca>
@alemorcuq alemorcuq merged commit 883c672 into bitnami-labs:main Feb 14, 2024
17 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

2 participants