kiwigrid / keycloak-controller

This controller manages Keycloak clients and realms over Kubernetes resources.
https://hub.docker.com/r/kiwigrid/keycloak-controller
MIT License
35 stars 13 forks source link

Ignoring role name case on service account role synchronization #46

Closed mgdgl closed 3 years ago

mgdgl commented 3 years ago

What this PR does / why we need it:

Keycloak is case sensitive on role names, but the keycloak-controller isn't. This PR let the client controller synchronize service account roles ignoring role name case.

Which issue this PR fixes

No issue was reported

Special notes for your reviewer:

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

axdotl commented 3 years ago

/cc @manu11th

axdotl commented 3 years ago

@mgdgl Please sign DCO by sign your commits.