keycloak-operator
keycloak-operator copied to clipboard
ARCHIVED Kubernetes Operator for the no longer supported WildFly distribution of Keycloak
### Describe the bug When using an external database option for the Keycloak resource, we are observing the following issue: When the Keycloak resource is deleted and afterwards recreated, the...
### Describe the bug It was started as a discussion - but maybe there is a bug behind this: https://github.com/keycloak/keycloak/discussions/12931, I think operator should handle this but it looks like...
### Description Hi, We are using keycloak operator to deploy keycloak 1.18 to EKS. We use prometheus pull metric from keycloak. The internal service keycloak port 8443. - For testing...
### Description Given the following Keycloak resource: ```yml apiVersion: keycloak.org/v1alpha1 kind: Keycloak metadata: name: keycloak-primary labels: app: keycloak-primary spec: instances: 1 externalAccess: enabled: true ``` The only label `keycloak-primary` will...
## Related GH Issue Closes #508
Fixes #408 ## Additional Information - As discussed in the [mailing list](https://groups.google.com/g/keycloak-dev/c/JYAV7BeAFHI), I didn't implemented the features on the PostgreSQL deployment - This issue is related with the pull request...
### Description Add support for `identityProviderMappers` field in KeycloakRealm Custom Resource. ### Discussion _No response_ ### Motivation Currently keycloak-operator supports adding `identityProviders`. Providing additional support for `identityProviderMappers` field in KeycloakRealm...
### Description Currently as mentioned [here](https://github.com/keycloak/keycloak-operator/issues/409) although creating a user resource leads to a secrets file being generated with the user credentials in it, we are required to explicitly set...
### Describe the bug Hello team, I am trying to set up a oauth page for my eclipse che and when i tried to install, facing below issue. ``` [2022/07/08...
## Related GH Issue Closes ## Additional Information ## Checklist: - [ ] Automated Tests - [ ] [Documentation](https://github.com/keycloak/keycloak-documentation) changes if necessary - [ ] (If required) Discussed on [Keycloak...