AbstractVaultTokenCredentialWithExpiration
is broken for multi-cluster setup
#260
Labels
AbstractVaultTokenCredentialWithExpiration
is broken for multi-cluster setup
#260
Jenkins and plugins versions report
Latest
What Operating System are you using (both controller, and any agents involved in the problem)?
CentOS
Reproduction steps
Run
Expected Results
Should use and cache separate tokens
Actual Results
It is issuing and caching a token for
https://foo
and then until this token expires - it tries to use that token forhttps://bar
as well as any other Vault cluster, and it obviously gets 403 in response.Anything else?
No response
The text was updated successfully, but these errors were encountered: