-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4894 from cs3org/fix/eos-grpc
Do not include HTTPS cert in EOS HTTP Client
- Loading branch information
Showing
2 changed files
with
8 additions
and
21 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Bugfix: no certs in EOS HTTP client | ||
|
||
Omit HTTPS cert in EOS HTTP Client, as this causes authentication issues on EOS < 5.2.28. | ||
When EOS receives a certificate, it will look for this cert in the gridmap file. | ||
If it is not found there, the whole authn flow is aborted and the user is mapped to nobody. | ||
|
||
|
||
https://github.com/cs3org/reva/pull/4894 |
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