We have a lot of URLs in our flagset default values that don't have an
url scheme. In order to be able to make those changes over time we
introduced a helper function which appends "http://" as scheme.
Removed "chunking" attribute in the DAV capabilities.
Please note that chunking v2 is advertised as "chunking 1.0" while
chunking v1 is the attribute "bigfilechunking" which is already false.
* add tracing_enabled to the list of core targets
* add endpoint, collector and service_name parameters
* add authbasic config
* configure tracing for missing services
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
* new ocis config
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
* Change default settings to be able to run ocis server without any configuration
- Konnectd uses no TLS as it is behind the proxy.
- Glauth generates dev-certificates for ldap on startup if none is provided.
- Glauth can launch unencrypted (9125) and encrypted (9126) port in parallel
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
* allow configuring user sharing driver, default to json
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
* update reva
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
* switch to preferred_username as opaqueid
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
* update drone config to override new defaults to match test environment
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
* use latest reva
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
* typo
* use updatet api tests
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
* core tests got merged already
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
* fix changelog
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
* Do not start openid connect provider - OCIS will use konnectd by default
* default to konnectd as oidc
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>