keycloak / keycloak-operator

ARCHIVED Kubernetes Operator for the no longer supported WildFly distribution of Keycloak
Apache License 2.0
432 stars 280 forks source link

Add defaultDefaultClientScopes field to KeycloakRealm resource #535

Closed SmithJosh closed 2 years ago

SmithJosh commented 2 years ago

Related GH Issue

Closes https://github.com/keycloak/keycloak-operator/issues/534

Additional Information

Verification Steps

  1. Run the operator
  2. Create a KeycloakRealm resource with a client scope and add that scope to the defaultDefaultClientScopes field on the resource
  3. Check that the client scope is listed in the default client scopes list in Keycloak and that, when adding a new client, the scope gets added to its default scopes list.

Checklist: