You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
paul f949a523be Working client and Realm controller 2 years ago
api/v1alpha1 Add new properties to CRDs 2 years ago
config Add new properties to CRDs 2 years ago
controllers Working client and Realm controller 2 years ago
hack Initial commit 2 years ago
.dockerignore Initial commit 2 years ago
.gitignore Initial commit 2 years ago
Dockerfile Make runnable binary 2 years ago
Makefile Initial commit 2 years ago
PROJECT Add KeycloakClient resource 2 years ago
README.md Add KeycloakClient resource 2 years ago
go.mod Make runnable binary 2 years ago
go.sum Working client and Realm controller 2 years ago
main.go Add new properties to CRDs 2 years ago

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