User Portal

Provide a single portal for users to access all the PrimeHub services.

Configuration

Please add these variables to the .env file

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

  1. Add these variables to .env

    PRIMEHUB_FEATURE_USER_PORTAL=true
    PRIMEHUB_SCHEME=
    PRIMEHUB_DOMAIN=
    KC_SCHEME=
    KC_DOMAIN=
  2. 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

New Design

Release

User portal is GA since v2.1.0

Last updated