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 OTP fields to the realm resource #532

Closed stustison closed 2 years ago

stustison commented 2 years ago

Description

The operator supports configuring the realm, but the KeycloakRealm resource is missing the OTP fields from the RealmRepresentation model, so you can't configure Keycloak to use them.

Discussion

No response

Motivation

You can't currently configure the OTP fields via the CRD

Details

No response