Class LeaseAwareVaultPropertySource


public class LeaseAwareVaultPropertySource extends EnumerablePropertySource<VaultOperations>
PropertySource that requests renewable secrets from SecretLeaseContainer. Leases are renewed or rotated, depeding on RequestedSecret.getMode(). Contents of this PropertySource is updated from background threads and the content is mutable. Expiration and revocation removes properties.
Author:
Mark Paluch
See Also: