From d8ff7d427ca2ac5fb78d4888083db674c0455f88 Mon Sep 17 00:00:00 2001 From: Neuro-HSOC <74316448+Neuro-HSOC@users.noreply.github.com> Date: Wed, 11 Nov 2020 18:08:06 +0100 Subject: [PATCH] Fixed user parameter name Sample contained username as field name for authentication against Elasticsearch. This has to be user though or no auth is performed. --- conf/application.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/application.sample b/conf/application.sample index c87dc4a8a..72d46febb 100644 --- a/conf/application.sample +++ b/conf/application.sample @@ -32,7 +32,7 @@ search { #} ## Authentication configuration - #username = "" + #user = "" #password = "" ## SSL configuration