-
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
Primary storage - object store and encryption #22058
Comments
From what I remember, the encryption code has been improved to always go through the View, which somewhat implies that it doesn't access the file system directly. This also happens when handling keys. So I'd expect that this should now work with encryption. @schiesbn can you confirm ? |
The warning was added because at the time it was not possible to put the keys into a different folder than the rest of the files. Technically, encryption is working with objectstorage, but it would introduce a painful latency on any file access. Now that we can place keys on the local device the situation might have changed. I guess QA needs to reevaluate. |
@owncloud/qa |
Does this require a documentation update? |
Depends whether QA can confirm if object store indeed works fine with encryption (ideally with automated tests) |
Assigning to @SergioBertolinSG to figure out how to automatically test. Easiest would be to add it to the integration test matrix which now also covers encryption. |
@PVince81, Docker is essential for this one, we need somewhere to connect. ref: https://github.com/owncloud/qa-enterprise/issues/55 |
@SergioBertolinSG What is the blocker to test this? |
No blocker at all, automated tests for objectstore are already set up in its repository. |
Any result? #22058 (comment) |
After checking it, objectstore tests are not setup in travis to run using encryption. Currently I'm seeing some issues while running tests locally even without encryption, not sure if there are bugs or my environment is not working fine. I'll have to dedicate some time to figure out what is happening. Last tests passed of objectstore: https://travis-ci.com/owncloud/objectstore/jobs/67402255 |
Did you also test ownCloud 10 with objectstorage and encryption? |
Not myself, not sure if anyone did. |
@felixboehm would move to planned. @SergioBertolinSG have we gotten further with the object store tests since last time ? |
moving to "planned" |
Hey, this issue has been closed because the label (This is an automated comment from GitMate.io.) |
Hey, this issue has been closed because the label (This is an automated comment from GitMate.io.) |
need to retest and verify and adjust the docs accordingly |
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. |
Is the config.sample.php still up to date with the encryption 2.0:
core/config/config.sample.php
Lines 951 to 955 in b4853f3
And does the encryption stream the content or is it downloaded to the owncloud server, then decrypted and then send out to the client? This would then also effect external storage.
cc @butonic @schiesbn @icewind1991
00004489
The text was updated successfully, but these errors were encountered: