Strimzi SASL Example
ansible-playbook playbooks/setup-ecosystem.yaml -e @../k8s/samples/ansible-strimzi-kafka-sasl-scram.yaml -e strimzi_kafka_operator_feature_gates=""# k8s/samples/ansible-strimzi-kafka-sasl-scram.yaml
seldon_kafka_cluster_values:
broker:
tls:
authentication:
type: scram-sha-512# k8s/samples/values-strimzi-kafka-sasl-scram.yaml
kafka:
bootstrap: seldon-kafka-bootstrap.seldon-mesh.svc.cluster.local:9093
security:
kafka:
protocol: SASL_SSL
sasl:
mechanism: SCRAM-SHA-512
client:
username: seldon
secret: seldon
passwordPath: password
ssl:
client:
brokerValidationSecret: seldon-cluster-ca-cert
brokerCaPath: /tmp/certs/kafka/broker/ca.crtLast updated
Was this helpful?

