Files
opencloud/changelog/unreleased/add-basic-auth-option.md
Jörn Friedrich Dreyer d75d626695 add enable basic auth option
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-11-05 13:06:05 +01:00

400 B

Enhancement: Add basic auth option

We added a new enable-basic-auth option and PROXY_ENABLE_BASIC_AUTH environment variable that can be set to true to make the proxy verify the basic auth header with the accounts service. This should only be used for testing and development and is disabled by default.

https://github.com/owncloud/ocis/pull/627 https://github.com/owncloud/product/issues/198