Open
Description
I use Azure Managed Grafana and Azure Monitor workspace (promql endpoint).
I would like to use the MCP and have authentication be transparent in a system that has access to AAD auth.
What this would entail.
- Establishing at startup the aad credential object
- grabbing a token any time a call is about to be made
- recreating the http client associated with the token if the token is different from the previous time this was done
- This needs to done for both promql & grafana
- updating the code to not proxy promql calls through grafana and send them direct
- Adding some new type of config that would specify to do this
EDIT
Have submitted PR
Metadata
Metadata
Assignees
Labels
No labels