DataHub
Platform:
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/edge | 19 | 28 Apr 2026 |
juju deploy datahub-k8s --channel edge
-
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
-frontendsuffix. -
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
-gmssuffix. -
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.
-
trino-patterns | string
Default: {"schema-pattern":{"allow":[".*"],"deny":[]},"table-pattern":{"allow":[".*"],"deny":[]},"view-pattern":{"allow":[".*"],"deny":[]}}
JSON object containing schema, table, and view filter patterns for Trino ingestion sources. Each key ("schema-pattern", "table-pattern", "view-pattern") maps to an object with "allow" and "deny" lists of regex patterns.
-
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.