Change the configuration value `primehub.domain` to `primehub.keycloak.url`
popcornylu opened this issue · 0 comments
popcornylu commented
The reason is
- The domain is only used in keycloak url setting
- The domain may be different for hub and keycloak. It is confusing which domain should be set.
- For exteranl keycloak use case, we should set the full url for keycloak
- Current design, we can not support both http and https. The scheme of keycloak url is hard coded.