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
When running the replicator executable, the user is required to provide secrets in the consumer and producer properties file. So far I have identified 3 values which are:
password in sasl.jaas.config field
ssl.keystore.password
ssl.truststore.password
It will be great if these value can be read as environment variables which are then merged into their respective files. An example will be to have the following environment variables:
CONSUMER_SASL_JAAS_CONFIG
PRODUCER_SASL_JAAS_CONFIG
CONSUMER_SSL_KEYSTORE_PASSWORD
CONSUMER_SSL_TRUSTSTORE_PASSWORD
PRODUCER_SSL_TRUSTSTORE_PASSWORD
PRODUCER_SSL_KEYSTORE_PASSWORD
The motivation behind this is that the files when deploying replicator in kubernetes environment keeping the configuration as code, the secrets will not be leaked.
The text was updated successfully, but these errors were encountered:
When running the replicator executable, the user is required to provide secrets in the consumer and producer properties file. So far I have identified 3 values which are:
sasl.jaas.config
fieldssl.keystore.password
ssl.truststore.password
It will be great if these value can be read as environment variables which are then merged into their respective files. An example will be to have the following environment variables:
CONSUMER_SASL_JAAS_CONFIG
PRODUCER_SASL_JAAS_CONFIG
CONSUMER_SSL_KEYSTORE_PASSWORD
CONSUMER_SSL_TRUSTSTORE_PASSWORD
PRODUCER_SSL_TRUSTSTORE_PASSWORD
PRODUCER_SSL_KEYSTORE_PASSWORD
The motivation behind this is that the files when deploying replicator in kubernetes environment keeping the configuration as code, the secrets will not be leaked.
The text was updated successfully, but these errors were encountered: