Skip to content

Commit

Permalink
New flag to control identity refresh.
Browse files Browse the repository at this point in the history
  • Loading branch information
tokle committed Mar 18, 2024
1 parent b199f8b commit ff84d15
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,13 @@ public class PermanentFlags {
CLOUD_ACCOUNT
);

public static final UnboundStringFlag REFRESH_IDENTITY_AFTER = defineStringFlag(
"refresh-identity-after", "",
"Refresh the identity document and certificates issued before this timestamp. Timestamp in ISO8601 format",
"Takes effect on next host admin tick",
HOSTNAME
);

private PermanentFlags() {}

private static UnboundBooleanFlag defineFeatureFlag(
Expand Down

0 comments on commit ff84d15

Please sign in to comment.