Skip to content

Commit

Permalink
Remove unused flag use-vespa-athenz-host-identity
Browse files Browse the repository at this point in the history
  • Loading branch information
freva authored Oct 16, 2024
1 parent cabc731 commit 77e9be4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions flags/src/main/java/com/yahoo/vespa/flags/Flags.java
Original file line number Diff line number Diff line change
Expand Up @@ -427,13 +427,6 @@ public class Flags {
"Takes effect immediately",
INSTANCE_ID);

public static final UnboundBooleanFlag USE_VESPA_ATHENZ_HOST_IDENTITY = defineFeatureFlag(
"use-vespa-athenz-host-identity", false,
List.of("freva"), "2024-06-12", "2024-11-01",
"Whether the host should get identity from Vespa Athenz. Only valid in public systems, noclave, AWS. Vespa version dimension refers to OS version.",
"Takes effect on next provisioning",
INSTANCE_ID, NODE_TYPE, VESPA_VERSION);

public static final UnboundBooleanFlag LAUNCH_APPLICATION_ATHENZ_SERVICE = defineFeatureFlag(
"launch-application-athenz-service", false,
List.of("jonmv"), "2024-06-11", "2024-11-01",
Expand Down

0 comments on commit 77e9be4

Please sign in to comment.