Files
DataMate/deployment/helm/milvus/charts/kafka/ci/values-with-sasl-auth.yaml
hhhhsc701 f3958f08d9 feature: 对接deer-flow (#54)
feature: 对接deer-flow
2025-11-04 20:30:40 +08:00

28 lines
677 B
YAML

# Test values file for generating hidden section of the yaml
# and check that the rendering is correct
replicaCount: 3
auth:
clientProtocol: sasl
interBrokerProtocol: sasl
sasl:
mechanisms: plain,scram-sha-256,scram-sha-512
interBrokerMechanism: plain
jaas:
clientUsers:
- user1
- user2
clientPasswords:
- password1
- password2
interBrokerUser: admin
interBrokerPassword: adminpassword
zookeeperUser: zoouser
zookeeperPassword: zoopassword
zookeeper:
auth:
enabled: true
clientUser: zoouser
clientPassword: zoopassword
serverUsers: zoouser
serverPasswords: zoopassword