buderjoh
Results
1
issues of
buderjoh
### Description Attributes like lastUpdatedDate, createdTimestamp, etc are defined as simple integer createdTimestamp -> https://github.com/keycloak/keycloak-k8s-resources/blob/23.0.4/kubernetes/keycloakrealmimports.k8s.keycloak.org-v1.yml#L112C5-L112C5 lastUpdatedDate -> https://github.com/keycloak/keycloak-k8s-resources/blob/23.0.4/kubernetes/keycloakrealmimports.k8s.keycloak.org-v1.yml#L45 That doesnt match to the keycloak java model https://github.com/keycloak/keycloak/blob/release/23.0/core/src/main/java/org/keycloak/representations/idm/UserRepresentation.java#L40 It would be...