AWS MSK mTLS
Considerations
Public Access to MSK Cluster
kafka-acls.sh --bootstrap-server <mTLS endpoint> --add --allow-principal User:CN=myname --operation All --topic '*' --command-config client.propertieskafka-acls.sh --bootstrap-server <nTLS endpoint> --add --allow-principal User:CN=myname --operation All --cluster '*' --command-config client.propertieskafka-acls.sh --bootstrap-server <mTKS endpoint> --add --allow-principal User:CN=myname --operation All --group '*' --command-config client.propertiesCreate TLS Kubernetes Secrets
Example Helm install
Troubleshooting
No messages are being produced to the topics
Last updated
Was this helpful?

