Replies: 1 comment 2 replies
-
Hi,
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running Kafka UI on a Docker swarm cluster and would like to avoid specifying sensitive information in the Docker Compose (stack) file or as a Docker environment variable. Instead, I would like to be able to use docker secret. Considering the base scenario of user/pass authentication, I'm expecting a variable, for password, ending with _FILE to which I can assign the location of the docker secret (/run/secrets/password). Even the OAuth2 authentication isn't secure and the client secret will be exposed as an environment variable or as an external file. Either file will eventually find its way to the source control (git) repository with the sensitive information in them (not a security best practice).
Please let me know if there's a way around it, gave it a consideration or planning to correct it in the future?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions