Dynamic refresh of Vault configuration Is there an API for that? For example, operation and maintenance changed the value in Vault. Applications can get it directly. No need to reboot
Are you talking about the Vault node itself?
If you’re talking about changing something that is using Vault take a look at the Vault Agent. That’s got the ability to refresh secrets values locally on the application node.
That is, how to automatically update the application when the O & M modifies the value on the vault UI page on the vault server
There is no way for Vault to update your application.
However you can use the Vault agent to update secrets locally in a property file or environment variable that your application can read in.
The vault server value has been modified. Is there an extended interface for the application? For example, event monitoring, so that I can write code to handle it and refresh the bean