From cdfdc6a95962d7dd19190519f45d33618a120fd2 Mon Sep 17 00:00:00 2001 From: Viktor Scharf Date: Thu, 25 May 2023 12:48:19 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58385315bf8..68acde1dd8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The following sections list the changes for unreleased. * Enhancement - Fix err when the user share the locked file: [#6357](https://github.com/owncloud/ocis/pull/6357) * Enhancement - Configurable ID Cache: [#6353](https://github.com/owncloud/ocis/pull/6353) * Enhancement - Remove the email logo: [#6359](https://github.com/owncloud/ocis/issues/6359) +* Enhancement - Unify CA Cert envvars: [#6392](https://github.com/owncloud/ocis/pull/6392) * Enhancement - Update web to v7.0.0-rc.38: [#6375](https://github.com/owncloud/ocis/pull/6375) ## Details @@ -41,6 +42,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/issues/6359 https://github.com/owncloud/ocis/pull/6361 +* Enhancement - Unify CA Cert envvars: [#6392](https://github.com/owncloud/ocis/pull/6392) + + Introduce a global `OCIS_EVENTS_TLS_ROOT_CA_CERTIFICATE` to avoid needing to configure + all `{SERVICENAME}_EVENTS_TLS_ROOT_CA_CERTIFICATE` envvars + + https://github.com/owncloud/ocis/pull/6392 + * Enhancement - Update web to v7.0.0-rc.38: [#6375](https://github.com/owncloud/ocis/pull/6375) Tags: web