Skip to content

Commit

Permalink
[docs] fix typo / add missing line for docker compose / attach overwr…
Browse files Browse the repository at this point in the history
…iting system action config for confluent. (datahub-project#7142)
  • Loading branch information
kdongho authored and Eric Yomi committed Feb 8, 2023
1 parent bb1eb41 commit 03ce6af
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/deploy/confluent-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,13 @@ Specifically `sasl.username` and `sasl.password` are the differences from the ba
Additionally, you will need to set up environment variables for `KAFKA_PROPERTIES_SASL_USERNAME` and `KAFKA_PROPERTIES_SASL_PASSWORD`
which will use the same username and API Key you generated for the JAAS config.

Next, configure datahub-frontend to connect to Confluent Cloud by changing `docker/datahub-actions/env/docker.env`:
See [Overwriting a System Action Config](https://github.com/acryldata/datahub-actions/blob/main/docker/README.md#overwriting-a-system-action-config) for detailed reflection procedures.

Next, configure datahub-actions to connect to Confluent Cloud by changing `docker/datahub-actions/env/docker.env`:

```
KAFKA_BOOTSTRAP_SERVER=pkc-g4ml2.eu-west-2.aws.confluent.cloud:9092
SCHEMA_REGISTRY_URL=https://plrm-qwlpp.us-east-2.aws.confluent.cloud
# Confluent Cloud Configs
KAFKA_PROPERTIES_SECURITY_PROTOCOL=SASL_SSL
Expand Down Expand Up @@ -204,6 +207,8 @@ Specifically `sasl.username` and `sasl.password` are the differences from the ba
Additionally, you will need to set up secrets for `KAFKA_PROPERTIES_SASL_USERNAME` and `KAFKA_PROPERTIES_SASL_PASSWORD`
which will use the same username and API Key you generated for the JAAS config.

See [Overwriting a System Action Config](https://github.com/acryldata/datahub-actions/blob/main/docker/README.md#overwriting-a-system-action-config) for detailed reflection procedures.

```yaml
credentialsAndCertsSecrets:
name: confluent-secrets
Expand Down

0 comments on commit 03ce6af

Please sign in to comment.