uselagoon / lagoon-charts

A collection of Helm charts for Lagoon and associated services.
Apache License 2.0
11 stars 9 forks source link

change: set keycloak_frontend_url for external keycloak #682

Closed shreddedbacon closed 2 months ago

shreddedbacon commented 2 months ago

This adds the same KEYCLOAK_FRONTEND_URL variable that is used by keycloak itself to set the frontend, to inject into the API to be used in the .well-known discovery endpoint.

This adds the /auth path to this URL so that tools will be able to auto detect the correct path that keycloak is configured with correctly.

If in the future this /auth path is removed from being hardcoded as a path, tools will be able to rediscover keycloak without the relative path to /auth

shreddedbacon commented 2 months ago

Probably best to merge into https://github.com/uselagoon/lagoon-charts/pull/684