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
As shown in the figure, I added the HTTPS address of kubernetes using the "kubectl cluster info" command, and then configured CA Cert, Client Cert, and Client Key using the "cat~/. kube/configure" and "echo" characters "| base64- d". When I clicked on save and test, an error "Bad Request" was reported.
This is the log I checked (/var/log/grafana/grafana. log):
logger=plugins.update.checker t=2024-01-31T15:00:30.391351411+08:00 level=info msg="Update check succeeded" duration=745.94176ms
logger=data-proxy-log userId=1 orgId=1 uname=admin path=/api/datasources/proxy/uid/b7be65be-fc2e-4d21-bde9-07c33ed18abe/api/v1/namespaces remote_addr=10.10.10.10 referer=http://10.10.10.21:3000/connections/datasources/edit/b7be65be-fc2e-4d21-bde9-07c33ed18abe t=2024-01-31T15:00:39.297287394+08:00 level=info msg="Authentication to data source failed" body="{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"Unauthorized","reason":"Unauthorized","code":401}\n" statusCode=401
logger=context userId=1 orgId=1 uname=admin t=2024-01-31T15:00:39.297432122+08:00 level=info msg="Request Completed" method=GET path=/api/datasources/proxy/uid/b7be65be-fc2e-4d21-bde9-07c33ed18abe/api/v1/namespaces status=400 remote_addr=10.10.10.10 time_ms=10 duration=10.821865ms size=36 referer=http://10.10.10.21:3000/connections/datasources/edit/b7be65be-fc2e-4d21-bde9-07c33ed18abe handler=/api/datasources/proxy/uid/:uid/*.
I really don't know what to do.
The text was updated successfully, but these errors were encountered:
As shown in the figure, I added the HTTPS address of kubernetes using the "kubectl cluster info" command, and then configured CA Cert, Client Cert, and Client Key using the "cat~/. kube/configure" and "echo" characters "| base64- d". When I clicked on save and test, an error "Bad Request" was reported.
This is the log I checked (/var/log/grafana/grafana. log):
logger=plugins.update.checker t=2024-01-31T15:00:30.391351411+08:00 level=info msg="Update check succeeded" duration=745.94176ms
logger=data-proxy-log userId=1 orgId=1 uname=admin path=/api/datasources/proxy/uid/b7be65be-fc2e-4d21-bde9-07c33ed18abe/api/v1/namespaces remote_addr=10.10.10.10 referer=http://10.10.10.21:3000/connections/datasources/edit/b7be65be-fc2e-4d21-bde9-07c33ed18abe t=2024-01-31T15:00:39.297287394+08:00 level=info msg="Authentication to data source failed" body="{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"Unauthorized","reason":"Unauthorized","code":401}\n" statusCode=401
logger=context userId=1 orgId=1 uname=admin t=2024-01-31T15:00:39.297432122+08:00 level=info msg="Request Completed" method=GET path=/api/datasources/proxy/uid/b7be65be-fc2e-4d21-bde9-07c33ed18abe/api/v1/namespaces status=400 remote_addr=10.10.10.10 time_ms=10 duration=10.821865ms size=36 referer=http://10.10.10.21:3000/connections/datasources/edit/b7be65be-fc2e-4d21-bde9-07c33ed18abe handler=/api/datasources/proxy/uid/:uid/*.
I really don't know what to do.
The text was updated successfully, but these errors were encountered: