1 min readDec 18, 2019
Hello Sunny, thanks for the kind words.
- Did you get the token and use it in the Authorization header ?
TOKEN=$(cat /run/secrets/kubernetes.io/serviceaccount/token)
curl -H “Authorization: Bearer $TOKEN” https://…
2. I can’t think of any tool which simplify this. Might take a look to this question (https://stackoverflow.com/questions/54602224/how-to-view-the-permissions-roles-associated-with-a-specific-service-account-in/57952423#57952423). Hope that helps.