From aab1f5cea44abe30202fc5209161e14d7d915f4e Mon Sep 17 00:00:00 2001 From: Lucas McCain Date: Thu, 21 Apr 2022 19:25:47 -0400 Subject: [PATCH] Fix a link for setting up SSL for kafka (#1758) * Fix #1752 Add guide for secure broker. * Reference docker-compose file instead of copypaste Co-authored-by: Roman Zabaluev --- README.md | 7 +------ documentation/guides/SECURE_BROKER.md | 7 +++++++ 2 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 documentation/guides/SECURE_BROKER.md diff --git a/README.md b/README.md index a05ba8d963..765239512a 100644 --- a/README.md +++ b/README.md @@ -73,12 +73,7 @@ We have plenty of [docker-compose files](documentation/compose/DOCKER_COMPOSE.md - [SSO configuration](documentation/guides/SSO.md) - [AWS IAM configuration](documentation/guides/AWS_IAM.md) - [Docker-compose files](documentation/compose/DOCKER_COMPOSE.md) -- [Connection to a secure broker]() - -## Connecting to a Secure Broker - -The app supports TLS (SSL) and SASL connections for [encryption and authentication](http://kafka.apache.org/090/documentation.html#security).
-An example is located [here](documentation/compose/kafka-ssl.yml). +- [Connection to a secure broker](documentation/compose/SECURE_BROKER.md) ### Configuration File Example of how to configure clusters in the [application-local.yml](https://github.com/provectus/kafka-ui/blob/master/kafka-ui-api/src/main/resources/application-local.yml) configuration file: diff --git a/documentation/guides/SECURE_BROKER.md b/documentation/guides/SECURE_BROKER.md new file mode 100644 index 0000000000..ab15bb63ab --- /dev/null +++ b/documentation/guides/SECURE_BROKER.md @@ -0,0 +1,7 @@ +## Connecting to a Secure Broker + +The app supports TLS (SSL) and SASL connections for [encryption and authentication](http://kafka.apache.org/090/documentation.html#security).
+ +### Running From Docker-compose file + +See [this](/documentation/compose/kafka-ssl.yml) docker-compose file reference for ssl-enabled kafka