RELEASED: Public: April 30, 2025
Resolved issues
- Hashicorp Vault self client token not revoked due to trailing slash (BEE-57297)
-
When the global configuration of the CloudBees Hashicorp Vault plugin contains a trailing slash (
/
) in theVault URL
, the request to revoke the self client token fails. The token is not revoked and the Jenkins logs are spammed withRevoke self client token error
errors.
The issue has been fixed. The revoke token requests now handle the trailing slash accordingly.