Skip to content

Support for storing credentials in environment variables #207

Open
@SchoolGuy

Description

@SchoolGuy

As a user
I want to avoid storing sensitive data in configuration files
so that I can easily store the configuration files inside of version control systems.


Now a bit more details of what my issue is: I am using the provided Docker Hub image and am using docker-compose to start my monitoring stack. The configuration data as well as the compose file is currently under version control in Git. This opens up the issue of passwords needing to be written in plain text and stored in Git.

My idea to solve this would be to load the username and password from environment variables with the following schema:

IPMIEXPORTER_MODULES_<name>_USER="user"
IPMIEXPORTER_MODULES_<name>_PASS="pass"

I that this is what #155 was about in the end.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions