Skip to content

Add ServiceAccount UID to Token Cache key

Ty Brown requested to merge sa-token-cache-key-uid into main

This ensures that if the ServiceAccount was deleted and recreated with the same namespace/name combo, that the entry in the token cache will not be attempted, since Kubernetes invalidates tokens for ServiceAccounts that get deleted.

Merge request reports