From 4b7a95ec2282fadb00c419a96c00b62f8a1d4028 Mon Sep 17 00:00:00 2001 From: pawel Date: Wed, 6 Nov 2019 12:38:18 +0100 Subject: Remove certOnly and basicAuth from authentication methods Issue-ID: DCAEGEN2-1776 Signed-off-by: pawel Change-Id: I475dcce9de8c7c05d2a05cf51dc862b5bf920164 --- etc/collector.properties | 2 -- 1 file changed, 2 deletions(-) (limited to 'etc/collector.properties') diff --git a/etc/collector.properties b/etc/collector.properties index ae15cd98..7fe35ffe 100755 --- a/etc/collector.properties +++ b/etc/collector.properties @@ -25,8 +25,6 @@ collector.service.secure.port=8443 # auth.method flags: # # noAuth - default option - no security (http) -# certOnly - auth by certificate (https) -# basicAuth - auth by basic auth username and password (https) # certBasicAuth - auth by certificate and basic auth username / password (https) auth.method=noAuth -- cgit 1.2.3-korg