Skip to content

Commit

Permalink
Merge pull request #32505 from vespa-engine/bjorncs/extend-feature-flag
Browse files Browse the repository at this point in the history
Extend expiry of feature flag
  • Loading branch information
Harald Musum authored Oct 2, 2024
2 parents 62d57eb + 51d163f commit 2109beb
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 @@ -218,7 +218,7 @@ public class Flags {
// TODO: Move to a permanent flag
public static final UnboundListFlag<String> ALLOWED_ATHENZ_PROXY_IDENTITIES = defineListFlag(
"allowed-athenz-proxy-identities", List.of(), String.class,
List.of("bjorncs", "tokle"), "2021-02-10", "2024-10-01",
List.of("bjorncs", "tokle"), "2021-02-10", "2025-10-01",
"Allowed Athenz proxy identities",
"takes effect at redeployment");

Expand Down

0 comments on commit 2109beb

Please sign in to comment.