You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: Currently it is awkward to update relevant beans with updated properties when the secret lease has been rotated.
Proposed solution: LeaseAwarePropertySource can raise an event (e.g. AfterSecretLeaseRotatedEvent) with the changed properties, so that relevant beans can implement a listener to this event to update themselves.
Problem: Currently it is awkward to update relevant beans with updated properties when the secret lease has been rotated.
Proposed solution:
LeaseAwarePropertySource
can raise an event (e.g.AfterSecretLeaseRotatedEvent
) with the changed properties, so that relevant beans can implement a listener to this event to update themselves.Note: This enhancement request was originally reported at spring-cloud/spring-cloud-vault#742
The text was updated successfully, but these errors were encountered: