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
The UI app should be configured with the keycloak server URL, realm, and other relevant configuration properties by having that information pushed to it via the dynamic config servlet:
The UI app should be configured with the keycloak server URL, realm, and other relevant configuration properties by having that information pushed to it via the dynamic config servlet:
https://github.com/Apicurio/apicurio-registry/blob/master/app/src/main/java/io/apicurio/registry/ui/servlets/ConfigJsServlet.java
This allows the auth configuration properties used by the API layer to be shared by the UI - we don't want to configure them separately.
This may already be working...
The text was updated successfully, but these errors were encountered: