-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[stable7] Ext storage share key not updated after changing applicable users #11181
Comments
Would be cool if the external storage users were handled just like for shares, see proposal here: #11182 |
@MTRichards @craigpg FYI |
@MTRichards I moved the "enhanced proposed" to the ticket that actually makes the proposal here: #11182 Let's keep this ticket here for bugfixing, in case we find a short term solution. CC @karlitschek |
@schiesbn is this still open? |
Very likely to still be an issue even with 9.0 because we still don't have hooks for when applicables are changed. But hopefully with the revamped external storage code it should be much easier to add these. Setting to 9.1. |
That's basically the same issue as if users are added to groups... We can't magically encrypt the files for new users. One solution is the master key. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Steps to reproduce
$datadir/files_encryption/share-keys
, see that there is a key for "user1".Expected result
Share keys for "user1" are gone.
Share keys for "user2" exist.
Actual result
Share keys for "user1" still exist even though the user has no more access.
Share keys for "user2" are missing.
Versions
ownCloud 7 stable7 (7930440)
I talked with @schiesbn and he said there is no hook to find out whenever a mount point has changed, so it is currently not possible to detect such updates.
The text was updated successfully, but these errors were encountered: