You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kafka:
# The following values are anchored here, and referenced by alias later for
# the kafka dependency chart.
user: &kafkaUser "wandb"
password: &kafkaPassword "wandb"
brokerHost: ""
brokerPort: 9092
runUpdatesShadowTopic: ""
# This value will only apply upon initial topic creation.
# If the topic already exists then changing the number of partitions is not possible.
runUpdatesShadowNumPartitions: 12
# It is *strongly* recommended to supply passwords yourself for production installs.
kafka:
install: false
controller:
persistence:
size: 30Gi
sasl:
interbroker:
password: "inter-broker"
controller:
password: "controller-pw"
# The client usernames and passwords are alias references from the global values section at the beginning of this file.
# Please update the values there to ensure proper propagation to the application
client:
users:
- *kafkaUser
passwords: *kafkaPassword
The text was updated successfully, but these errors were encountered:
Support ClickHouse and Kafka passwords as secret key variables - use the same technique as adopted for license, mysql and bucket credentials.
Current structure uses hardcoded passwords
The text was updated successfully, but these errors were encountered: