keycloak / keycloak-operator

ARCHIVED Kubernetes Operator for the no longer supported WildFly distribution of Keycloak
Apache License 2.0
429 stars 283 forks source link

Context root for external Keycloak instances #572

Closed vmuzikar closed 1 year ago

vmuzikar commented 1 year ago

Description

This is a preparation for https://github.com/keycloak/keycloak/issues/13282.

Quarkus dist by default doesn't use the /auth context root.

Discussion

No response

Motivation

No response

Details

No response

abstractj commented 1 year ago

@vmuzikar out of curiosity. Is the plan to keep some feature parity between the legacy Keycloak Operator and the new Keycloak Operator? I just wonder if introducing new features, means more maintenance in both projects.

vmuzikar commented 1 year ago

@abstractj Thanks for the question. It is just an interim solution how to provide users with Client and User CRs before we have the new CRDs in the new Operator (which is currently blocked by the Store.X). See also https://github.com/keycloak/keycloak/issues/13282.