-
-
Notifications
You must be signed in to change notification settings - Fork 4.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
Allow app to specify it doesn't work with user key server side encryption #10141
Comments
Makes a lot of sense to indicate this to the admins. Should this be an indicator in the info.xml? What happens if the app is enabled first and then encryption is enabled? Should it be automatically disabled or the activation of encryption being blocked? |
Yes I think info.xml is the right place for this. Regarding enabling encryption I would vote:
|
I would vote for:
|
Sounds much easier and more convinient |
Fine by me :) |
It would make sense if apps can specify they do not work with server side encryption with user keys.
Apps that run not as the user (previewgenerator, richdocuments for example) have now have to somehow hack around this.
Both are not ideals and add a lot of weird code.
Apps should not have to care. I don't want to write a lot of encryption checks for apps. I just want to write code with our APIs. So if somebody uses user keys they can't use my app.
@schiessle @nickvergessen @MorrisJobke input please :)
The text was updated successfully, but these errors were encountered: