From 321b37b0d999996702fa100c8d99c3ead6d71701 Mon Sep 17 00:00:00 2001 From: thomasht86 Date: Wed, 16 Oct 2024 13:59:11 +0200 Subject: [PATCH] add certificate and token tags --- vespa/configuration/services.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vespa/configuration/services.py b/vespa/configuration/services.py index 115d399c..59142f75 100644 --- a/vespa/configuration/services.py +++ b/vespa/configuration/services.py @@ -154,6 +154,8 @@ "maxsize", "clients", "client", + "certificate", + "token", ] # Fail if any tag is duplicated. Provide feedback of which tags are duplicated.