-
Notifications
You must be signed in to change notification settings - Fork 7
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
Workaround PRC different behavior file/dictionary #300
base: develop
Are you sure you want to change the base?
Conversation
In version v3.0.0 of PRC I am able to get password-less access for the anonymous user to work without env files. Was the
|
@d-w-moore Thanks for looking into it. I meant logging in, using the cached password in the So, it triggers when we are creating an IRodsSession, with |
I see. Have you tried the |
Maybe not the ideal solution, but within the scope of iBridges I think this works pretty well. |
Glad you found a solution that works for you. Out of curiosity, referencing #299 , would it have been useful if the
|
I tried this, but it didn't seem to have an effect on this issue. |
Yes, I think that would be a good solution. The only thing would be that the name of the keyword might be a little confusing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the workaround! Approved!
See #299 for the issue. The problem is that the PRC behaves different when supplying the irods environment by file or by arguments. It seems that without the file, the login using the cached password in the
.irodsA
file doesn't work. This is rather a hack by creating a temporary file from the dictionary, any suggestions for improvement are appreciated.Fixes #299