Giving access denied
gangadhar04051996 opened this issue · 3 comments
gangadhar04051996 commented
What API call you use?
users.find_user(...)
What is the actual output?
Client error 403 permission denied.
What is the expected output?
it should be showing user.
Atomicbeast101 commented
I would like to confirm that v1.0.2 didn't fix the problem.
Frantisek12 commented
Is your auth value valid? I've had a same problem, use of basic auth solved it.
# Use basic authentication:
grafana_api = GrafanaFace(
auth=("username","password"),
host='api.my-grafana-host.com'
)