-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Functionality to map home directory to different storage providers #1186
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, I love this! AFAICT it might allows us to dynamically register a storage provider for every user and use the userid in the home path.
Just update the usage with an example of what the value could look like so admins get an idea of what they can put there.
The failing UI test is somthing @kulmann or @LukasHirt might have an idea about.
Thanks for the review @butonic! Added the example |
@butonic can we get this in? |
@butonic can you take a look? |
bf3a611
to
5f818c6
Compare
Kudos, SonarCloud Quality Gate passed! |
Functionality to map home directory to different storage providers
cs3org/reva#1142 added a parameter in reva that allows us to redirect /home requests to different storage providers based on a mapping derived from the user attributes, which was previously not possible since we hardcode the /home path for all users. This PR adds the config for that parameter.