OAuth authentication #260
Replies: 13 comments 50 replies
-
I'd like to use this with the latest Google Analytics data API (google.analytics.data.v1beta.) as it doesn't support API keys! Is this available for the Grafana Cloud Infinity plugin as well? :) |
Beta Was this translation helpful? Give feedback.
-
Would you also have a plan to support X.509 client certificate authentication (https://datatracker.ietf.org/doc/html/rfc8705)? |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Hi @yesoreyeram I'm trying to configure a data source endpoint with one of our custom API endpoints using Azure OAuth2 Client Credential. Can you confirm this is supported and do you have a working example? Data source config looks straight forward but getting 401. Looking at Grafana query inspector i didn't see Authorization header with "Bearer + Token" that I would expect. curl -X 'GET' -H 'Content-Type: application/json' 'https://xxxxxxxxxxx' |
Beta Was this translation helpful? Give feedback.
-
@yesoreyeram Could you please suggest me if I need to add any additional parameter in this Plugin. Error: |
Beta Was this translation helpful? Give feedback.
-
@yesoreyeram |
Beta Was this translation helpful? Give feedback.
-
I've been trying to use the OAuth2 Auth Type to get an azure token, so can authenticate to the azure billing API. thanks |
Beta Was this translation helpful? Give feedback.
-
Thanks @gavinwoolley, even I am getting same error, did you get a chance to fix this issue? |
Beta Was this translation helpful? Give feedback.
-
I wrote up a Bug, as there is a panic involved, and before I noticed this conversation. My issue is with an AWS Cognito source, and the plugin is causing a panic, per the Grafana debug logs. As noted in the bug, the actual API works fine if I grab and put in a Bearer token rather than OAuth2, so it appears to be in the process of receiving the token via the OAuth process. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone!
As far as I managed to work this out the plugin currently not supports this kind of flow. Or has anyone managed to extract the |
Beta Was this translation helpful? Give feedback.
-
While I am able to have successful result in Postman it results in 0 series in Grafana - Infinity Datasource. Any help on why is this coming? @yesoreyeram |
Beta Was this translation helpful? Give feedback.
-
i have a problem configuring garafana with ninjaone data, i followed this procedure but i got an error message health check failed with url https://eu.ninjarmm.com. error received: error getting response from url https://eu.ninjarmm.com. no response received. Error: Get "https://eu.ninjarmm.com": oauth2: "invalid_client" Guide to Configuring Grafana with ninjaOne.pdf @yesoreyeram : could you please assist ? |
Beta Was this translation helpful? Give feedback.
-
I want to query API endpoints that require SSL certificates. I have a .p12 file and a import password provided by the data provider, which is associated with the user's email. Does infinity plugin support this type of authentication? I see in the data provider's tutorial that they use SOAP UI and set "KeyStore" (path to the .p12 file) and "KeyStore Password" under SSL settings. I would appreciate some insights! |
Beta Was this translation helpful? Give feedback.
-
I am planning to implement OAuth2 authentication support in upcoming version of the plugin. I am looking for inputs.
Beta Was this translation helpful? Give feedback.
All reactions