From f108445a523c683e6bb4d7e2e4c89f68167e12b3 Mon Sep 17 00:00:00 2001 From: David Cook Date: Wed, 22 May 2024 23:49:35 +0000 Subject: [PATCH] Bug 33563: Add comments for Elasticsearch security config This patch adds some commented Elasticsearch security configuration, which shows how to use username/password with HTTPS. Test plan: 0. Apply patch 1. cp debian/templates/koha-conf-site.xml.in /etc/koha/koha-conf-site.xml.in 2. koha-create --create-db test 3. vi /etc/koha/sites/test/koha-conf.xml 4. Note that the comments for userinfo and use_https are in the koha-conf.xml Signed-off-by: Magnus Enger Works as advertised. Signed-off-by: Nick Clemens --- debian/templates/koha-conf-site.xml.in | 7 +++++++ etc/koha-conf.xml | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/debian/templates/koha-conf-site.xml.in b/debian/templates/koha-conf-site.xml.in index bb53ce3c83b..3cbb7fae31d 100644 --- a/debian/templates/koha-conf-site.xml.in +++ b/debian/templates/koha-conf-site.xml.in @@ -350,6 +350,13 @@ __END_SRU_PUBLICSERVER__ __ELASTICSEARCH_SERVER__ koha___KOHASITE__ + + + + Static diff --git a/etc/koha-conf.xml b/etc/koha-conf.xml index 0272c110a9e..d38a2f13f43 100644 --- a/etc/koha-conf.xml +++ b/etc/koha-conf.xml @@ -167,6 +167,13 @@ __ELASTICSEARCH_SERVERS__ __ELASTICSEARCH_INDEX_____DB_NAME__ + + + + Static -- 2.39.2