Closed vchepeli closed 6 years ago
@dimitraz fyi, these changes seem to make things work https://github.com/mikenairn/keycloak-operator/commit/e255ad9cea6a0a95367bf172a0fef3c01d002a5d
@mikenairn thanks Mike! Client reconciliation is working as expected now, updated desc with more info cc @vchepeli
Description
reconcileRealms()
function, as declared in thekeycloak.json
keycloak.json
spec. This only applies for clients that are not default Keycloak clients.Verification Verify that the above scenarios behave as expected
To do
keycloak.go
as a lot of duplicate code can be extracted. Will probably do in a separate PR.