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
I encountered this scenario when I am creating ssl certs using automatic cert provisioning as keystore password is injected as env variable by another system. So I need to just configure the properties using placeholders.
Possible Solutions -
We can add the logic in any of the 3 places mentioned above, 1. dub command (can be good choice), 2. admin.properties.template or in 3. KafkaReadyCommand.java.
Let me know your thoughts.
The text was updated successfully, but these errors were encountered:
Steps to reproduce -
Background -
I encountered this scenario when I am creating ssl certs using automatic cert provisioning as keystore password is injected as env variable by another system. So I need to just configure the properties using placeholders.
Possible Solutions -
We can add the logic in any of the 3 places mentioned above, 1. dub command (can be good choice), 2. admin.properties.template or in 3. KafkaReadyCommand.java.
Let me know your thoughts.
The text was updated successfully, but these errors were encountered: