User Portal
Provide a single portal for users to access all the PrimeHub services.
Configuration
Please add these variables to the .env
file
Release | App |
---|---|
|
|
| The scheme for user portal |
| The domain for user portal |
| The scheme for keycloak |
| The domain for keycloak |
Migration
If user portal is enabled, all the services (except keycloak) use the single domain. In terms of migration from the to a unified domain, please follow the instructions
Add these variables to
.env
Upgrade the
grafana-proxy
client's redirect URIs
Domain Names
In old design, each service use different sub-domains under a single parent domain. And the domain name is assigned according the parent domain PH_DOMAIN
.
If user portal is enabled, all services are under PRIMEHUB_DOMAIN
and keycloak is under KC_DOMAIN
Early Design
Service | Url |
---|---|
JupyterHub |
|
Admin Dashboard |
|
Keycloak |
|
Grafana |
|
New Design
Service | Url |
---|---|
User Portal |
|
JupyterHub |
|
Admin Dashboard |
|
Keycloak |
|
Grafana |
|
Release
User portal is GA since v2.1.0
Last updated