Skip to content

Commit

Permalink
Merge pull request #32077 from vespa-engine/mortent/remove-unused-flags
Browse files Browse the repository at this point in the history
gc unused flags
  • Loading branch information
freva authored Aug 5, 2024
2 parents 56e67af + 4c6c0b4 commit 23726c1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions flags/src/main/java/com/yahoo/vespa/flags/Flags.java
Original file line number Diff line number Diff line change
Expand Up @@ -407,18 +407,6 @@ public class Flags {
"Whether to send cloud trial email notifications",
"Takes effect immediately");

public static UnboundBooleanFlag CALYPSO_ENABLED = defineFeatureFlag(
"calypso-enabled", true,
List.of("mortent"), "2024-02-19", "2024-09-01",
"Whether to enable calypso for host",
"Takes effect immediately", HOSTNAME);

public static UnboundBooleanFlag ATHENZ_PROVIDER = defineFeatureFlag(
"athenz-provider", false,
List.of("mortent"), "2024-02-19", "2024-09-01",
"Whether to use athenz as node identity provider",
"Takes effect on next identity refresh", HOSTNAME);

public static UnboundJacksonFlag<RoleList> ROLE_DEFINITIONS = defineJacksonFlag(
"role-definitions", RoleList.empty(), RoleList.class,
List.of("mortent"), "2024-04-05", "2024-10-01",
Expand Down

0 comments on commit 23726c1

Please sign in to comment.