summaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorandreer <andreer@verizonmedia.com>2020-02-24 11:46:02 +0100
committerandreer <andreer@verizonmedia.com>2020-02-26 12:35:06 +0100
commitb19abcf85324ea2e8e844fe0f5bd4970a16a6ebe (patch)
tree9834f589d16ba13771a535c28838e03531820b05 /flags
parentdb61d5bca38d879b6d0d5dd7b179ce689023f01a (diff)
reprovision endpoint cert when necessary
Diffstat (limited to 'flags')
-rw-r--r--flags/src/main/java/com/yahoo/vespa/flags/Flags.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
index bb4e281a85f..00741cb69f9 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
@@ -204,6 +204,11 @@ public class Flags {
"Takes effect on the next deployment of the application",
APPLICATION_ID);
+ public static final UnboundBooleanFlag VALIDATE_ENDPOINT_CERTIFICATES = defineFeatureFlag(
+ "validate-endpoint-certificates", false,
+ "Whether endpoint certificates should be validated before use",
+ "Takes effect on the next deployment of the application");
+
public static final UnboundStringFlag ENDPOINT_CERTIFICATE_BACKFILL = defineStringFlag(
"endpoint-certificate-backfill", "disable",
"Whether the endpoint certificate maintainer should backfill missing certificate data from cameo",