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
We need a way to dynamically configure dashboard users based on the environment variables. The current implementation of config parsing using Viper does not support such an ability, all values are read as they are, without mapping to the values of the corresponding environment variables.
Describe the solution you'd like
Allow using environment variables in config.yaml in the following format
Feature request
Please describe your feature
We need a way to dynamically configure dashboard users based on the environment variables. The current implementation of config parsing using Viper does not support such an ability, all values are read as they are, without mapping to the values of the corresponding environment variables.
Describe the solution you'd like
Allow using environment variables in
config.yaml
in the following formatThis can be achieved by using Viper decoder hooks
Decoder:
Using a decoder in Viper
The text was updated successfully, but these errors were encountered: