Skip to content

Commit

Permalink
Merge pull request #32310 from vespa-engine/jonmv/extend-public-app-a…
Browse files Browse the repository at this point in the history
…thenz-service-flag-expiry

Extend expiry for public app Athenz services until Nov
  • Loading branch information
tokle authored Sep 2, 2024
2 parents a31fe3b + c238424 commit edc790a
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 @@ -487,7 +487,7 @@ public class Flags {

public static final UnboundBooleanFlag LAUNCH_APPLICATION_ATHENZ_SERVICE = defineFeatureFlag(
"launch-application-athenz-service", false,
List.of("jonmv"), "2024-06-11", "2024-09-01",
List.of("jonmv"), "2024-06-11", "2024-11-01",
"Whether to launch an Athenz service unique to the application. Only valid in public systems!",
"Takes effect on next deployment",
INSTANCE_ID);
Expand Down

0 comments on commit edc790a

Please sign in to comment.