From 41ced6621a9588c462fad8a007fe26533b3ef2b5 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Tue, 7 Sep 2021 13:10:16 +0200 Subject: [PATCH] add changelog --- changelog/unreleased/remove-proxy-route-fix-cs3-example.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/remove-proxy-route-fix-cs3-example.md diff --git a/changelog/unreleased/remove-proxy-route-fix-cs3-example.md b/changelog/unreleased/remove-proxy-route-fix-cs3-example.md new file mode 100644 index 0000000000..d7115fb378 --- /dev/null +++ b/changelog/unreleased/remove-proxy-route-fix-cs3-example.md @@ -0,0 +1,5 @@ +Bugfix: Remove non working proxy route and fix cs3 users example + +We removed a non working route from the proxy default configuration and fixed the cs3 users deployment example since it still used the accounts service. It now only uses the configured LDAP. + +https://github.com/owncloud/ocis/pull/2474