Skip to content

Commit 2109beb

Browse files
author
Harald Musum
authored
Merge pull request #32505 from vespa-engine/bjorncs/extend-feature-flag
Extend expiry of feature flag
2 parents 62d57eb + 51d163f commit 2109beb

File tree

1 file changed

+1
-1
lines changed
  • flags/src/main/java/com/yahoo/vespa/flags

1 file changed

+1
-1
lines changed

flags/src/main/java/com/yahoo/vespa/flags/Flags.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ public class Flags {
218218
// TODO: Move to a permanent flag
219219
public static final UnboundListFlag<String> ALLOWED_ATHENZ_PROXY_IDENTITIES = defineListFlag(
220220
"allowed-athenz-proxy-identities", List.of(), String.class,
221-
List.of("bjorncs", "tokle"), "2021-02-10", "2024-10-01",
221+
List.of("bjorncs", "tokle"), "2021-02-10", "2025-10-01",
222222
"Allowed Athenz proxy identities",
223223
"takes effect at redeployment");
224224

0 commit comments

Comments
 (0)