Skip to content

Commit

Permalink
Extend expiry date for a flag
Browse files Browse the repository at this point in the history
  • Loading branch information
hmusum committed Oct 2, 2024
1 parent 8fbe2b1 commit fcecec7
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 @@ -480,7 +480,7 @@ public class Flags {

public static final UnboundBooleanFlag USE_VESPA_ATHENZ_HOST_IDENTITY = defineFeatureFlag(
"use-vespa-athenz-host-identity", false,
List.of("freva"), "2024-06-12", "2024-10-01",
List.of("freva"), "2024-06-12", "2024-11-01",
"Whether the host should get identity from Vespa Athenz. Only valid in public systems, noclave, AWS. Vespa version dimension refers to OS version.",
"Takes effect on next provisioning",
INSTANCE_ID, NODE_TYPE, VESPA_VERSION);
Expand Down

0 comments on commit fcecec7

Please sign in to comment.