-
Notifications
You must be signed in to change notification settings - Fork 40
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
Remove objects read permission #480
Comments
The fix is against release 24.0 actually so we won't have to wait for the next release. |
True, but the branch won't be tagged so we won't get a Docker image built automatically (except for the 24.0-auto image). According to John D 24.1.1 will be released in a few days so it should be ok to wait until then. |
Hi @ksuderman have you released the |
Hi @anik, I did not see a notification about the release, but I see galaxy-min:24.1.1 on quay.io. I am testing it now and will report back. |
Our tests are passing and #481 will be merged shortly. |
Alright. This morning I pulled the 24.1.1 that was available and still the permission denied issue persisted in the object folder. So, I was wondering if the issue was resolved or not. |
Is that with Kraken? I will try to reproduce using that. |
Yes, it is with Kraken. I also tried with Diamond database builder and faced the same error of permission denied. |
Hi @ksuderman could you reproduce and resolve the error? Please let me know. |
Hi @ksuderman thanks for reproducing the error. Yes, the problem is with the kraken2 database builder tool. Kraken2 itself works fine (or would work fine if there is a database). |
Hi @ksuderman, I was wondering if there is any update on this issue. Thanks. |
Unfortunately not at this time. The problem is in the way Galaxy runs the post job event handler, which runs in the Galaxy process (pod) and not by the tool. We are still trying to determine why that event handler does not seem to have the proper volumes mounted. |
Hi @ksuderman, I was wondering if there is any update on this issue. Thanks. |
Sorry for the delayed response, I was on vacation the past few weeks. This is on the top of my to-do list. |
Hi @ksuderman no problem. Please let me know when you have any updates. Thank you. |
Galaxy 24.1.1 will include the fix that will allow us to remove read permission for the entire objects directory.
The text was updated successfully, but these errors were encountered: