Skip to content

invalid bearer token, Token has been invalidated #8162

Answered by mateiidavid
justadevopsguy asked this question in Q&A
Discussion options

You must be logged in to vote

@justadevopsguy hey, this is a bit odd indeed. Do you see this even after the workload is restarted?

My first hunch would be to check your ServiceAccount token. SAs are tied to identity in Linkerd's operational model. Whenever a proxy spins up, it first acquires a leaf certificate by talking to the identity service. It will send a Certificate Signing Request which will include the SA name as the cert SAN and the SA token. The identity service will validate the token and if everything matches, it issues the certificate.

Currently, this is the only type of token we use. It's possible perhaps the token was malformed or the token expired? Especially if it's only one workload that suffers from…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@justadevopsguy
Comment options

@justadevopsguy
Comment options

@mateiidavid
Comment options

@justadevopsguy
Comment options

Answer selected by justadevopsguy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants