InfuseAI/primehub

Change the configuration value `primehub.domain` to `primehub.keycloak.url`

popcornylu opened this issue · 0 comments

The reason is

  1. The domain is only used in keycloak url setting
  2. The domain may be different for hub and keycloak. It is confusing which domain should be set.
  3. For exteranl keycloak use case, we should set the full url for keycloak
  4. Current design, we can not support both http and https. The scheme of keycloak url is hard coded.