ServiceAccount token from inside of pod
ServiceAccount token from inside of pod
1
curl https://kubernetes -k -H "Authorization: Bearer $(cat /run/secrets/kubernetes.io/serviceaccount/token)"
This post is licensed under CC BY 4.0 by the author.
ServiceAccount token from inside of pod
1
curl https://kubernetes -k -H "Authorization: Bearer $(cat /run/secrets/kubernetes.io/serviceaccount/token)"