Apicurio / apicurio-operate-first

Operate First repository for Apicurio projects.
MIT License
4 stars 6 forks source link

Fixing KEYCLOAK_URL in Registry deployment #89

Closed paoloantinori closed 1 year ago

paoloantinori commented 1 year ago

fixes this error:


2023-07-03 14:49:05 WARN <> [null] (vert.x-eventloop-thread-1) OIDC server is not available at the 'https://apicurio-sso-rhaf-apicurio-designer.apps.dev-eng-ocp4-mas.dev.3sca.net/auth//realms/apicurio' URL. Please make sure it is correct. Note it has to end with a realm value if you work with Keycloak, for example: 'https://localhost:8180/auth/realms/quarkus'
2023-07-03 14:49:05 WARN <> [null] (vert.x-eventloop-thread-1) Tenant 'Default': 'OIDC Server is not available'. OIDC server is not available yet, an attempt to connect will be made duiring the first request. Access to resources protected by this tenant may fail if OIDC server will not become available```

notice the double slash in `'https://apicurio-sso-rhaf-apicurio-designer.apps.dev-eng-ocp4-mas.dev.3sca.net/auth//realms/apicurio`