aaw icon indicating copy to clipboard operation
aaw copied to clipboard

Investigate Jwt endpoint on Dev

Open rohank07 opened this issue 3 years ago • 0 comments

Unable to run kubectl get --raw /openid/v1/jwks (get the server could not find the requested resource ) on our Dev cluster. Also tried running curl -k -H "Authorization: Bearer $(cat /run/secrets/kubernetes.io/serviceaccount/token)" https://kubernetes.default/openid/v1/jwks in a pod but it returns a list of kubelet endpoint paths instead of the json containing the public key.

A cloud ticket CLOUD-14138 created. Ticket opened to Azure to see if the functionality is in place for service account token discovery in 1.21

rohank07 avatar May 18 '22 13:05 rohank07