You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Brad Davis (Jira)" <ji...@apache.org> on 2020/10/24 05:35:00 UTC

[jira] [Created] (KAFKA-10639) There should be an EnvironmentConfigProvider that will do variable substitution using environment variable.

Brad Davis created KAFKA-10639:
----------------------------------

             Summary: There should be an EnvironmentConfigProvider that will do variable substitution using environment variable.
                 Key: KAFKA-10639
                 URL: https://issues.apache.org/jira/browse/KAFKA-10639
             Project: Kafka
          Issue Type: Improvement
          Components: config
    Affects Versions: 2.5.1
            Reporter: Brad Davis


Running Kafka Connect in the same docker container in multiple stages (like dev vs production) means that a file based approach to secret hiding using the file config provider isn't viable.  However, docker container instances can have their environment variables customized on a per-container basis, and our existing tech stack typically exposes per-stage secrets (like the dev DB password vs the prod DB password) through env vars within the containers.

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)