Add admin ingress and RBAC configuration options #27
Reference in New Issue
Block a user
No description provided.
Delete Branch "patch-keycloak-new-version"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This commit introduces several changes to the
values.yaml
file for theKeycloak chart. Specifically, it adds new configuration options for an
adminIngress
section to enable or disable the admin ingress resource,defaulting to
false
. This provides clearer control over unnecessaryexposure of the Keycloak admin interface.
Additionally, a new
rbac
section has been added, with a default valuefor creating RBAC resources set to
false
. This change allows users tohave more granular control over RBAC settings for the Keycloak deployment.
These modifications were made to enhance flexibility and security
configuration of Keycloak in Kubernetes environments. No breaking
changes were introduced, but users interested in these new options
should review and adjust their Helm chart values accordingly.