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
This is a variation of the Bearer Token authentication type. When running Grafana in a Google Cloud Compute, the metadata service is always available to retrieve a valid and always fresh Bearer token. This will use the Service Account the Compute is running with as identity. This will allow querying any service running on Google Cloud (custom, like Cloud Run, Function, etc. or Google APIs).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This is a variation of the Bearer Token authentication type. When running Grafana in a Google Cloud Compute, the metadata service is always available to retrieve a valid and always fresh Bearer token. This will use the Service Account the Compute is running with as identity. This will allow querying any service running on Google Cloud (custom, like Cloud Run, Function, etc. or Google APIs).
The required values are:
The URL and Header can be hardcoded, but the audience (Query String) need to be configurable.
I have a "working" workaround right now but it's not super secure / ideal:
While this is working, the panel complain about it and also, the variable (and token) is visible in the URL.
Beta Was this translation helpful? Give feedback.
All reactions