Strimzi mTLS Example
Cluster Setup
broker:
tls:
enabled: true
port: 9093
listenerType: internal
authentication:
type: tlsmTLS Example
# k8s/samples/strimzi-example-tls-user.yaml
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaUser
metadata:
name: seldon
labels:
strimzi.io/cluster: seldon
spec:
authentication:
type: tlsLast updated
Was this helpful?

