Skip to content

Feature Request: Environment variable not recognized in .ini file #216

@toporek3112

Description

@toporek3112

Describe the bug
When trying to set the password in the .ini file in the [/settings/default] section with an environment variable the value of the variabel is not configured. I am trying to deploy the client in a Kubernetes cluster running as a pod. In Kubernetes it is good practice to mount sensetive data from a secret.

To Reproduce
Steps to reproduce the behavior:

  1. Set environment variable e.g export SNI_PASSWORD="<sha256value>"
  2. Run client with following config
        [/settings/default]
        password = "${SNI_PASSWORD}"

Expected behavior
I would expect that the password would be the values of the environment variable

Screenshots
n/a

Additional context
n/a

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions