Alertmanager secrets #5359
Unanswered
OfficerKoo
asked this question in
Help and support
Replies: 1 comment 6 replies
-
You can use environment variables inside the configuration. "Injecting credentials" shows how to do it for the Helm chart. And "Use environment variables in the configuration" is a general paragraph about how environment variables in the config work. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How are we supposed to deploy Alertmanager secrets(OpsGenie API keys for example), if they are stored in plaintext in config file.
Vanilla Alertmanager allows you to store secrets in a file, but this is disabled in Mimir Alertmanager API, and there is no other way to upload tenant configurations.
Is there some best practise to do this?
I really don't want to add some templating engine to a pipeline, or inject header with reverse proxy.
Beta Was this translation helpful? Give feedback.
All reactions