Hi,
Is the authentication using a bearer token supported when performing LLD?
My use case is to query kubelet directly in a kubernetes cluster, I tried adding in the headers:
but no luck
Regards
Is the authentication using a bearer token supported when performing LLD?
My use case is to query kubelet directly in a kubernetes cluster, I tried adding in the headers:
Name = Authorization
Value = "Bearer {$KUBE.API.TOKEN}"
Value = "Bearer {$KUBE.API.TOKEN}"
Regards
Comment