Skip to content

Commit 27357d6

Browse files
Haaroleangitbook-bot
authored andcommitted
GITBOOK-16: Add cluster auth options for MSK
1 parent 92784b9 commit 27357d6

File tree

6 files changed

+14
-5
lines changed

6 files changed

+14
-5
lines changed

SUMMARY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
## 👷♂ Configuration
2525

2626
* [Permissions](configuration/permissions/README.md)
27-
* [Required Kafka ACLs](configuration/permissions/required-kafka-acls.md)
27+
* [Required Kafka ACLs](configuration/configuration/required-acls.md)
2828
* [MSK (+Serverless) Setup](configuration/permissions/msk-+serverless-setup.md)
29-
* [Complex configuration examples](configuration/complex-configuration-examples/README.md)
30-
* [Kraft mode + multiple brokers](configuration/complex-configuration-examples/kraft-mode-+-multiple-brokers.md)
29+
* [Complex configuration examples](configuration/configuration/complex-configuration-examples/README.md)
30+
* [Kraft mode + multiple brokers](configuration/configuration/complex-configuration-examples/kraft-mode-+-multiple-brokers.md)
3131
* [SSL](configuration/ssl.md)
3232
* [Authentication](configuration/authentication/README.md)
3333
* [OAuth2](configuration/authentication/oauth2.md)

configuration/permissions/msk-+serverless-setup.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22

33
This guide has been written for MSK Serverless but is applicable for MSK in general as well.
44

5-
## Creating an instance
5+
### Authentication options for Kafka-UI:
6+
7+
```
8+
KAFKA_CLUSTERS_0_PROPERTIES_SECURITY_PROTOCOL=SASL_SSL
9+
KAFKA_CLUSTERS_0_PROPERTIES_SASL_MECHANISM=AWS_MSK_IAM
10+
KAFKA_CLUSTERS_0_PROPERTIES_SASL_JAAS_CONFIG='software.amazon.msk.auth.iam.IAMLoginModule required;'
11+
KAFKA_CLUSTERS_0_PROPERTIES_SASL_CLIENT_CALLBACK_HANDLER_CLASS='software.amazon.msk.auth.iam.IAMClientCallbackHandler'
12+
```
13+
14+
### Creating an instance
615

716
1. Go to the MSK page
817
2. Click "create cluster"

faq/common-problems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Good resource for what properties are needed here: https://gist.github.com/rmoff
1010

1111
## Cluster authorization failed
1212

13-
Check the [required permissions](../configuration/permissions/required-kafka-acls.md).
13+
Check the [required permissions](../configuration/configuration/required-acls.md).
1414

1515
## Confluent cloud errors
1616

0 commit comments

Comments
 (0)