Skip to content

Commit

Permalink
Update kafka sasl in message storage readme
Browse files Browse the repository at this point in the history
Signed-off-by: jaime <[email protected]>
  • Loading branch information
jaime0815 authored and haorenfsa committed Nov 13, 2023
1 parent cb0ef79 commit f501cdc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/administration/manage-dependencies/message-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,15 @@ metadata:
name: my-release
labels:
app: milvus
spec:
spec:
config:
kafka:
# securityPolicy supports: PLAINTEXT, SSL, SASL_PLAINTEXT, SASL_SSL
securityPolicy: PLAINTEXT
# saslMechanisms supports: PLAIN, SCRAM-SHA-256, SCRAM-SHA-512
saslMechanisms: PLAIN
saslUsername: ""
saslPassword: ""
# Omit other fields ...
dependencies:
# Omit other fields ...
Expand Down

0 comments on commit f501cdc

Please sign in to comment.