Vault – Vault Spring library Authentication Error Listener is not getting executed upon token renewal failure
Note the below code and the method sessionManager() where I am adding listener “VaultEventListener” to the session. VaultEventListener class code also provided below. My requirement is that whenever there is error in call to renew the existing token, the vault event listener to be invoked whenever there is token renew error so that I can retry with multiple attampts.