You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the blobs code creates directories with permissions giving only user read, write and execute and files with permissions giving only user read. This is hardcoded and impossible to change without patching.
We have a client that wants to use solr to index content. To index blobs using collective.solr solr requires permissions to access the blobs on the filesystem. Currently without patching this would require the solr process to run as the same user as the zope processes. This is problematic because the solr process would then have write access to the blobstorage directories.
The text was updated successfully, but these errors were encountered:
Currently the blobs code creates directories with permissions giving only user read, write and execute and files with permissions giving only user read. This is hardcoded and impossible to change without patching.
We have a client that wants to use solr to index content. To index blobs using collective.solr solr requires permissions to access the blobs on the filesystem. Currently without patching this would require the solr process to run as the same user as the zope processes. This is problematic because the solr process would then have write access to the blobstorage directories.
The text was updated successfully, but these errors were encountered: