add enable basic auth option

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2020-11-05 13:06:05 +01:00
parent 6598dfcaa3
commit d75d626695
9 changed files with 54 additions and 14 deletions
+3 -1
View File
@@ -29,9 +29,11 @@ File versions need a redis server. Start one with docker by using:
To start ocis:
```
bin/ocis server
PROXY_ENABLE_BASIC_AUTH=true bin/ocis server
```
`PROXY_ENABLE_BASIC_AUTH` will allow the acceptance tests to make requests against the provisioning api (and other endpoints) using basic auth.
### Run the acceptance tests
First we will need to clone the testing app in owncloud which contains the skeleton files required for running the tests.
In the ownCloud 10 core clone the testing app with the following command: