Read authToken from environment variables #124
arabian9ts
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running Grafana on Cloud Run and installing the Sentry datasource using provisioning install. In this case, it is necessary to specify the authToken in secureJsonData, and it seems that there is no setting to read from environment variables.
When running Grafana in a serverless environment, I believe it is a common choice to embed the authToken from the secret manager into environment variables. Therefore, I would like to add an implementation that allows specifying the name of the environment variable.
For example, I would like to add an implementation that makes the following settings possible:
Beta Was this translation helpful? Give feedback.
All reactions