Skip to content

Commit

Permalink
chore: push forward the expire of the Legacy Trust Store expire.
Browse files Browse the repository at this point in the history
  • Loading branch information
esolitos authored Feb 3, 2025
1 parent 0401988 commit 259d60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flags/src/main/java/com/yahoo/vespa/flags/Flags.java
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ public class Flags {

public static final UnboundBooleanFlag USE_LEGACY_STORE = defineFeatureFlag(
"use-legacy-trust-store", true,
List.of("marlon"), "2024-12-05", "2025-02-01",
List.of("marlon"), "2024-12-05", "2025-03-01",
"Use legacy trust store for CA, or new one",
"Takes effect on restart of OCI containers");

Expand Down

0 comments on commit 259d60d

Please sign in to comment.