This repository has been archived by the owner on Jan 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 tasks
2 tasks
refs
approved these changes
Mar 17, 2020
Acceptance tests are off |
I think because the root storage is no longer used ... will dig into it |
IljaN
approved these changes
Mar 17, 2020
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
the path wrapping changed and trying to update the configs causes the acceptance tests to fail. I had to submit an upstream change to the owncloud storage driver to fix the general problem, but some tests are still off. |
hmmm
vs locally
|
…figuration - 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 <[email protected]>
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
@individual-it with owncloud/core#37149 the acceptance tests pass locally ... what is the process? change the core branch in the |
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
Here is an overview of what got changed by this pull request: Clones added
============
- pkg/flagset/storageocdata.go 3
- pkg/flagset/storageoc.go 3
- pkg/flagset/storagehome.go 4
- pkg/flagset/storagehomedata.go 3
- pkg/flagset/storageroot.go 3
- pkg/command/storageoc.go 1
Clones removed
==============
+ pkg/command/storagehome.go -1
+ pkg/flagset/authbearer.go -1
+ pkg/flagset/frontend.go -1
See the complete overview on Codacy |
ownclouders
pushed a commit
that referenced
this pull request
Mar 22, 2020
Author: Jörn Friedrich Dreyer <[email protected]> Date: Sun Mar 22 09:56:13 2020 +0100 update reva (#113) * new ocis config Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * 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 <[email protected]> * allow configuring user sharing driver, default to json Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * update reva Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * switch to preferred_username as opaqueid Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * update drone config to override new defaults to match test environment Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * use latest reva Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * typo * use updatet api tests Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * core tests got merged already Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * fix changelog Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We changed the default configuration to integrate better with ocis.
dc=example,dc=org
.reva
user to make ldap bindshttps://localhost:9200
sub
topreferred_username
. The latter is a claim populated by konnectd that can also be used by the reva ldap user manager to look up users by their OpaqueIdBugfix: we fixed a typo in the
REVA_LDAP_SCHEMA_MAIL
environment variable.It was misspelled as
REVA_LDAP_SCHEMA_Mail
.requires owncloud/ocis-glauth#9 and owncloud/ocis-konnectd#52
.drone.star