From 295b9451235c171372aaedd5d02db4fc88ea87df Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Wed, 11 Nov 2020 17:14:54 +0100 Subject: [PATCH] Changelog --- changelog/unreleased/ocis-root-config.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/ocis-root-config.md diff --git a/changelog/unreleased/ocis-root-config.md b/changelog/unreleased/ocis-root-config.md new file mode 100644 index 000000000..4261d2bd7 --- /dev/null +++ b/changelog/unreleased/ocis-root-config.md @@ -0,0 +1,7 @@ +Change: Move ocis default config to root level + +Tags: ocis + +We moved the tracing config to the `root` flagset so that they are parsed on all commands. We also introduced a `JWTSecret` flag in the root flagset, in order to apply a common default JWTSecret to all services that have one. + +https://github.com/owncloud/ocis/pull/842