Go to file
paul f949a523be Working client and Realm controller 2021-01-11 06:32:28 +01:00
api/v1alpha1 Add new properties to CRDs 2021-01-11 04:21:29 +01:00
config Add new properties to CRDs 2021-01-11 04:21:29 +01:00
controllers Working client and Realm controller 2021-01-11 06:32:28 +01:00
hack Initial commit 2021-01-10 16:59:45 +01:00
.dockerignore Initial commit 2021-01-10 16:59:45 +01:00
.gitignore Initial commit 2021-01-10 16:59:45 +01:00
Dockerfile Make runnable binary 2021-01-10 23:49:22 +01:00
Makefile Initial commit 2021-01-10 16:59:45 +01:00
PROJECT Add KeycloakClient resource 2021-01-10 23:55:49 +01:00
README.md Add KeycloakClient resource 2021-01-10 23:55:49 +01:00
go.mod Make runnable binary 2021-01-10 23:49:22 +01:00
go.sum Working client and Realm controller 2021-01-11 06:32:28 +01:00
main.go Add new properties to CRDs 2021-01-11 04:21:29 +01:00

README.md

Keycloak-Operator

scaffolded with

operator-sdk init --domain=bitmask.me --repo=git.zom.bi/images/keycloak-operator
# Edit Manager options to watch all namespaces (Namespace: "")
operator-sdk create api --group=keycloak --version=v1alpha1 --kind=KeycloakRealm
operator-sdk create api --group=keycloak --version=v1alpha1 --kind=KeycloakClient

for testing locally:

kubectl apply -f config/crd/bases/keycloak.bitmask.me_keycloakrealms.yaml
make run ENABLE_WEBHOOKS=false