Channel Revision Published Runs on
latest/edge 13 27 Aug 2025
Ubuntu 22.04
juju deploy datahub-k8s --channel edge
Show information

Platform:

Learn about configurations >

  • encryption-keys-secret-id | string

    Juju secret ID for the Frontand and GMS encryption keys.

  • external-fe-hostname | string

    The hostname used for external connections to the Frontend. This will default to the name of the deployed application with a -frontend suffix.

  • external-gms-hostname | string

    The hostname used for external connections to the GMS. This will default to the name of the deployed application with a -gms suffix.

  • kafka-topic-prefix | string

    Prefix for the names of Kafka topics created and used by DataHub.

  • oidc-secret-id | string

    Juju secret ID for the OIDC authentication secrets.

  • opensearch-index-prefix | string

    Prefix for the names of Opensearch indices created and used by DataHub.

  • tls-secret-name | string

    Name of the k8s secret which contains the TLS certificate to be used by ingress.

  • use-play-cache-session-store | boolean

    Use Play framework's cache as session store instead of OIDC cookies. Use this option when response headers are too large for reverse proxy buffers. Note that this option turns the frontend service stateful and it is currently unsupported for horizontally scaled deployments.