2022-12-01 00:25:43 -08:00
|
|
|
DATAHUB_GMS_PROTOCOL=http
|
2022-06-23 15:22:40 +05:30
|
|
|
DATAHUB_GMS_HOST=datahub-gms
|
|
|
|
DATAHUB_GMS_PORT=8080
|
|
|
|
|
2022-01-27 10:33:12 -08:00
|
|
|
KAFKA_BOOTSTRAP_SERVER=broker:29092
|
|
|
|
SCHEMA_REGISTRY_URL=http://schema-registry:8081
|
|
|
|
METADATA_AUDIT_EVENT_NAME=MetadataAuditEvent_v4
|
|
|
|
METADATA_CHANGE_LOG_VERSIONED_TOPIC_NAME=MetadataChangeLog_Versioned_v1
|
|
|
|
|
|
|
|
# System Auth --
|
2022-01-27 10:47:11 -08:00
|
|
|
DATAHUB_SYSTEM_CLIENT_ID=__datahub_system
|
|
|
|
DATAHUB_SYSTEM_CLIENT_SECRET=JohnSnowKnowsNothing
|
2022-01-27 10:33:12 -08:00
|
|
|
|
|
|
|
# Kafka Authentication
|
|
|
|
KAFKA_PROPERTIES_SECURITY_PROTOCOL=PLAINTEXT
|
|
|
|
|
|
|
|
# Uncomment the following if your Kafka deployment requires SSL.
|
|
|
|
# KAFKA_PROPERTIES_SSL_KEYSTORE_LOCATION=/mnt/certs/keystore
|
|
|
|
# KAFKA_PROPERTIES_SSL_TRUSTSTORE_LOCATION=/mnt/certs/truststore
|
|
|
|
# KAFKA_PROPERTIES_SSL_KEYSTORE_PASSWORD=keystore_password
|
|
|
|
# KAFKA_PROPERTIES_SSL_KEY_PASSWORD=keystore_password
|
2022-12-01 00:25:43 -08:00
|
|
|
# KAFKA_PROPERTIES_SSL_TRUSTSTORE_PASSWORD=truststore_password
|
2022-12-03 23:00:50 -08:00
|
|
|
|
|
|
|
# The following env vars are meant to be passed through from the Host System
|
|
|
|
# to configure the Slack and Teams Actions
|
|
|
|
# _ENABLED flags need to be set to "true" case sensitive for the action to be enabled
|
|
|
|
DATAHUB_ACTIONS_SLACK_ENABLED
|
|
|
|
DATAHUB_ACTIONS_SLACK_DATAHUB_BASE_URL
|
|
|
|
DATAHUB_ACTIONS_SLACK_BOT_TOKEN
|
|
|
|
DATAHUB_ACTIONS_SLACK_SIGNING_SECRET
|
|
|
|
DATAHUB_ACTIONS_SLACK_CHANNEL
|
|
|
|
DATAHUB_ACTIONS_SLACK_SUPPRESS_SYSTEM_ACTIVITY
|
|
|
|
|
|
|
|
DATAHUB_ACTIONS_TEAMS_ENABLED
|
|
|
|
DATAHUB_ACTIONS_TEAMS_DATAHUB_BASE_URL
|
|
|
|
DATAHUB_ACTIONS_TEAMS_WEBHOOK_URL
|
|
|
|
DATAHUB_ACTIONS_TEAMS_SUPPRESS_SYSTEM_ACTIVITY
|