Skip to content

Commit

Permalink
gc unused flags
Browse files Browse the repository at this point in the history
  • Loading branch information
tokle committed Aug 5, 2024
1 parent 56e67af commit 4c6c0b4
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 4c6c0b4

Please sign in to comment.