You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the keycloak integration tests we see 4 clients being created.
One client is created by the BaseOperatorTest, which is generally the client we expect to use throughout
One is created by OperatorProducer, which is a little unexpected because there is no explicit usage of the operator through quarkus / cdi
One is being creaed by OpenshiftClientProducer - this seems to be because a couple of places in our code currently inject a client (which I'll try to remove)
Is the creation of a separate client by the OperatorProducer expected, or is this just another issue introduced by Keycloak's manual construction of the Operator?
Looks like it, yes, unfortunately, we can't move the issues easily since the projects are not part of the same org :(
Created quarkiverse/quarkus-operator-sdk#702 instead.
This is a follow-up to quarkusio/quarkus#35383
When running the keycloak integration tests we see 4 clients being created.
Is the creation of a separate client by the OperatorProducer expected, or is this just another issue introduced by Keycloak's manual construction of the Operator?
cc @manusa
The text was updated successfully, but these errors were encountered: