keycloak-controller icon indicating copy to clipboard operation
keycloak-controller copied to clipboard

This controller manages Keycloak clients and realms over Kubernetes resources.

Results 11 keycloak-controller issues
Sort by recently updated
recently updated
newest added

#### What this PR does / why we need it: This PR updates the fabric8io kubernetes client library to version 6.0.0 and includes refactoring required to work with the new...

Bumps [resteasy-client](https://github.com/resteasy/Resteasy) from 3.6.3.Final to 3.14.0.Final. Release notes Sourced from resteasy-client's releases. v3.9.2.Final In this release: springboot.ver = 2.5.7 resteasy.ver = 3.15.3.Final Commits 460ce3e [RESTEASY-2786] 3.14.0-SNAPSHOT->3.14.0.Final 1918547 [RESTEASY-2772] Backing out...

dependencies

Bumps [kubernetes-client](https://github.com/fabric8io/kubernetes-client) from 4.9.2 to 4.11.2. Release notes Sourced from kubernetes-client's releases. 4.11.2 (2021-02-09) Bugs Fix #2715: CVE-2021-20218 vulnerable to a path traversal leading to integrity and availability compromise 4.11.1...

dependencies

Kiwigrid Teams customized the keycloak instances in kubernetes over a longer period of time with this operator. Now we are moving toward https://github.com/keycloak/keycloak-operator and don't maintain this code base in...

help wanted

#### What this PR does / why we need it: This PR updates keycloak and lombok, now it works with keycloak 15.x and builds on java 17. #### Which issue...

**Is this a request for help?**: --- **Is this a BUG REPORT or FEATURE REQUEST?** (choose one): BUG REPORT **Version of Keycloak-controller**: latest (5 hours ago on 10/22 - no...

If both a KeycloakClient and a KeycloakClientScope are created at the same time, the client scope is not assigned to the client. It only works if the KeycloakClientScope is created...

We are creating Keycloak clients with `keycloak-controller` for existing Keycloak server (7.0.0). For that to happen, first we're creating Keycloak object pointing to the Keycloak server(url points to internal kubernetes...

I am getting that error message. My `keycloaks.k8s.kiwigrid.com` looks like this: ```yaml apiVersion: k8s.kiwigrid.com/v1beta1 kind: Keycloak metadata: name: keycloak-test1 spec: clientId: admin-cli passwordSecretKey: password passwordSecretName: keycloak-http passwordSecretNamespace: keycloak-test1 realm: master...

This is a really interesting project. :) Feature idea, what if the controller could also drive nginx-ingress ingress rules and an oauth2 deployment to plugin the authentication into the process....

enhancement