File Watcher Provisioning
This page describes how to use the Lenses File Watcher to setup connections to Kafka and other services and have changes applied.
Last updated
Was this helpful?
This page describes how to use the Lenses File Watcher to setup connections to Kafka and other services and have changes applied.
Last updated
Was this helpful?
Was this helpful?
# Directory containing the provision.yaml files
lenses.provisioning.path=/my/dir
# The interval at which Lenses will check for updates
# in the file seconds
lenses.provisioning.interval=10s➜ ~ tree provisioning-folder
provisioning-folder
├── files
│ └── tuststore.jks
├── license.json
└── provisioning.yaml
4 directories, 0 files
➜ ~sslKeystorePassword:
value: ${ENV_VAR_NAME} configuration:
protocol:
value: SASL_SSL
sslKeystore:
file: "my-keystore.jks"