Skip to content

Commit

Permalink
Change default SecretLeaseContainer.leaseEndpoints from Legacy to Leases
Browse files Browse the repository at this point in the history
Closes gh-589.
  • Loading branch information
mp911de committed Dec 1, 2020
1 parent 25c3bf8 commit 6b2da56
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -141,7 +141,7 @@ public class SecretLeaseContainer extends SecretLeaseEventPublisher implements I

private final KeyValueDelegate keyValueDelegate;

private LeaseEndpoints leaseEndpoints = LeaseEndpoints.Legacy;
private LeaseEndpoints leaseEndpoints = LeaseEndpoints.Leases;

private Duration minRenewal = Duration.ofSeconds(10);

Expand Down

0 comments on commit 6b2da56

Please sign in to comment.