Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encrypting / securing configuration properties #5192

Closed
puckpuck opened this issue Dec 26, 2018 · 2 comments
Closed

Encrypting / securing configuration properties #5192

puckpuck opened this issue Dec 26, 2018 · 2 comments
Labels
feature request Requests for new plugin and for new features to existing plugins

Comments

@puckpuck
Copy link
Contributor

Feature Request

A mechanism which allows users to specify some configuration properties on a secured manner. Typical for passwords used in many of the input plugins.

Proposal:

  1. (tactical, low hanging fruit) Add an option to clear environment variables post configuration initialization, and provide clear and documented instructions for users to adhere to in order to leverage environment variables in a wrapper script for the Telegraf executable.
  2. (strategic, longterm) Implement a Telegraf system wide mechanism to fetch secured configuration details, which can be applied to the remainder of the configuration details. Perhaps another plugin type?

Current behavior:

Telegraf configuration is in plain text. Though you can use OS environment variables to pass entire or portion of values in the configuration.

Desired behavior:

A secured, endorsed, documented, and supported process and/or technology to increase security of Telegraf configuration details.

Use case:

Collecting metrics from remote systems that require authentication with user/password or token in a plain text configuration file is a violation to common rules within enterprise security policies.

@glinton
Copy link
Contributor

glinton commented Dec 26, 2018

Thanks for the write up, does any discussion from #3124 apply here?

@glinton glinton added the feature request Requests for new plugin and for new features to existing plugins label Dec 26, 2018
@puckpuck
Copy link
Contributor Author

yes thank you.. was search for a similar issue, and couldn't find one... Need to work on my search skills :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Requests for new plugin and for new features to existing plugins
Projects
None yet
Development

No branches or pull requests

2 participants