We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
auth=None
1 parent 5b3c90f commit 12bee83Copy full SHA for 12bee83
grafana_client/client.py
@@ -125,6 +125,7 @@ def construct_api_url():
125
# orgId is defined in the openapi3 spec as an int64, but headers need to be a str
126
self.s.headers["X-Grafana-Org-Id"] = str(self.organization_id)
127
128
+ # Permit sending unauthenticated requests to Grafana with `auth=None`.
129
if self.auth is not None:
130
if isinstance(self.auth, niquests.auth.AuthBase):
131
pass
0 commit comments