DataHub
Platform:
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/edge | 24 | 10 Jun 2026 |
juju deploy datahub-k8s --channel edge
-
encryption-keys-secret-id | string
Juju secret ID for the Frontand and GMS encryption keys.
-
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.
-
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.