Add admin ingress and RBAC configuration options #27

Merged
marko merged 1 commits from patch-keycloak-new-version into keycloak-testing 2025-08-31 08:25:36 +00:00
Owner

This commit introduces several changes to the values.yaml file for the
Keycloak 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 unnecessary
exposure of the Keycloak admin interface.

Additionally, a new rbac section has been added, with a default value
for creating RBAC resources set to false. This change allows users to
have 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.

This commit introduces several changes to the `values.yaml` file for the Keycloak 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 unnecessary exposure of the Keycloak admin interface. Additionally, a new `rbac` section has been added, with a default value for creating RBAC resources set to `false`. This change allows users to have 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.
marko added 1 commit 2025-08-31 08:25:32 +00:00
This commit introduces several changes to the `values.yaml` file for the
Keycloak 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 unnecessary
exposure of the Keycloak admin interface.

Additionally, a new `rbac` section has been added, with a default value
for creating RBAC resources set to `false`. This change allows users to
have 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.
marko merged commit 20977bbc86 into keycloak-testing 2025-08-31 08:25:36 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: marko/HelmChartSammlung#27
No description provided.