Skip to content

Commit

Permalink
Merge pull request #32098 from vespa-engine/hakonhall/add-flag-to-dec…
Browse files Browse the repository at this point in the history
…ide-athenz-instance-for-public-aws-assume-role-in-ctl-and-cfg

Add flag to decide Athenz instance for public AWS assume role in ctl and cfg
  • Loading branch information
freva authored Aug 9, 2024
2 parents bf2ece2 + 72b1b20 commit 5b019a3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 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 @@ -57,6 +57,14 @@ public class Flags {
"Takes immediate effect wherever possible.",
NODE_TYPE);

public static final UnboundBooleanFlag ASSUME_ROLE_IN_VESPA_ATHENZ = defineFeatureFlag(
"assume-role-in-vespa-athenz", false,
List.of("hakonhall"), "2024-08-09", "2024-10-09",
"Whether to talk to Vespa Athenz instead of Yahoo Athenz in public AWS systems, when trying assuming AWS roles. " +
"node-type is config in config server, controller in controller.",
"Takes effect on start of config server/controller.",
NODE_TYPE);

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 5b019a3

Please sign in to comment.