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
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:
(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.
(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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: