From 33c17e7adba5eaf4367121f8a6d0636cea2a85fc 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 Signed-off-by: Katrin Fischer (cherry picked from commit ce90d65603dbffd2c6b8a18468f09f2e66df34c4) Signed-off-by: Lucas Gass (cherry picked from commit 591da06a39083981f1076dc82d9dd25a978444e2) Signed-off-by: Fridolin Somers --- 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 c35b6d8432..9ae9e47e26 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 f7cdd2f8d0..15d49272a0 100644 --- a/etc/koha-conf.xml +++ b/etc/koha-conf.xml @@ -167,6 +167,13 @@ __ELASTICSEARCH_SERVERS__ __ELASTICSEARCH_INDEX_____DB_NAME__ + + + + Static -- 2.39.5