Skip to content

Commit

Permalink
Merge pull request #32160 from vespa-engine/hakonhall/define-use-vesp…
Browse files Browse the repository at this point in the history
…a-athenz-zms-flag

Define use-vespa-athenz-zms flag
  • Loading branch information
freva authored Aug 16, 2024
2 parents 414be06 + 940da0e commit f6d5dde
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flags/src/main/java/com/yahoo/vespa/flags/Flags.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ public class Flags {
"Takes effect on start of config server/controller.",
NODE_TYPE);

public static final UnboundBooleanFlag USE_VESPA_ATHENZ_ZMS = defineFeatureFlag(
"use-vespa-athenz-zms", false,
List.of("hakonhall"), "2024-08-16", "2024-10-16",
"Whether to communicate with Vespa Athenz ZMS instead of Yahoo Athenz ZMS in public systems.",
"Typically takes effect on start of config server/controller, or immediately for hosts (host-admin).");

public static final UnboundDoubleFlag DEFAULT_TERM_WISE_LIMIT = defineDoubleFlag(
"default-term-wise-limit", 1.0,
List.of("baldersheim"), "2020-12-02", "2024-12-31",
Expand Down

0 comments on commit f6d5dde

Please sign in to comment.