dcm4che-dockerfiles / dcm4chee-arc-psql

35 stars 50 forks source link

Replace default AUTH_SERVER_URL to match Keycloak.X Quarkus distribution defaults in secure(-ui) configuration files #17

Closed vrindanayak closed 2 years ago

vrindanayak commented 2 years ago

Rationale : As /auth has been removed from the default context path in Keycloak.X Quarkus distribution (can be changed however by environment variable KC_HTTP_RELATIVE_PATH - whose default is /), keeping the AUTH_SERVER_URL default as http://keycloak:8080/auth can be confusing.

Related dcm4che/dcm4chee-arc-light#3658