Skip to content

Commit 77e9be4

Browse files
authored
Remove unused flag use-vespa-athenz-host-identity
1 parent cabc731 commit 77e9be4

File tree

1 file changed

+0
-7
lines changed
  • flags/src/main/java/com/yahoo/vespa/flags

1 file changed

+0
-7
lines changed

flags/src/main/java/com/yahoo/vespa/flags/Flags.java

-7
Original file line numberDiff line numberDiff line change
@@ -427,13 +427,6 @@ public class Flags {
427427
"Takes effect immediately",
428428
INSTANCE_ID);
429429

430-
public static final UnboundBooleanFlag USE_VESPA_ATHENZ_HOST_IDENTITY = defineFeatureFlag(
431-
"use-vespa-athenz-host-identity", false,
432-
List.of("freva"), "2024-06-12", "2024-11-01",
433-
"Whether the host should get identity from Vespa Athenz. Only valid in public systems, noclave, AWS. Vespa version dimension refers to OS version.",
434-
"Takes effect on next provisioning",
435-
INSTANCE_ID, NODE_TYPE, VESPA_VERSION);
436-
437430
public static final UnboundBooleanFlag LAUNCH_APPLICATION_ATHENZ_SERVICE = defineFeatureFlag(
438431
"launch-application-athenz-service", false,
439432
List.of("jonmv"), "2024-06-11", "2024-11-01",

0 commit comments

Comments
 (0)