Skip to content

Commit

Permalink
docs: add note about prefixed kafka SSL configs (#8910)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcrfxia authored Mar 21, 2022
1 parent 336c690 commit 027c66d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/operate-and-deploy/installation/server-config/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,16 @@ details, and instructions on how to create suitable trust stores, please
refer to the
[Security Guide](https://docs.confluent.io/current/security/index.html).

To use separate trust stores for encrypted communication with {{ site.ak }}
and external communication with ksqlDB clients, prefix the SSL truststore configs
with `ksql.streams.`:

```properties
security.protocol=SSL
ksql.streams.ssl.truststore.location=/etc/kafka/secrets/kafka.client.truststore.jks
ksql.streams.ssl.truststore.password=confluent
```

### Configure Kafka Authentication

This configuration enables ksqlDB to connect to a secure Kafka cluster
Expand Down

0 comments on commit 027c66d

Please sign in to comment.