-
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.
* We now do not use root anymore in eos-grpc, but use the user, daemon or cbox * Bugfix: when EOS token is provided, pass this on in the gRPC request * For creating version folders, we impersonate the owner * Some restructuring
- Loading branch information
Jesse Geens
committed
Dec 9, 2024
1 parent
4820f8c
commit 373287b
Showing
4 changed files
with
211 additions
and
279 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,10 @@ | ||
Enhancement: do not use root on EOS | ||
|
||
Currently, the EOS drivers use root authentication for many different operations. This has now been changed to use one of the following: | ||
* cbox, which is a sudo'er | ||
* daemon, for read-only operations | ||
* the user himselft | ||
|
||
Note that home creation is excluded here as this will be tackled in a different PR. | ||
|
||
https://github.com/cs3org/reva/pull/4977/ |
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
Oops, something went wrong.