Skip to content
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

Implement and test login with the anonymous user for SSL enabled iRODS #19

Open
qubixes opened this issue Dec 19, 2023 · 1 comment
Open
Labels
not urgent No need to fix immediately or soon

Comments

@qubixes
Copy link
Collaborator

qubixes commented Dec 19, 2023

From the TODO comment in session.py.

@chStaiger chStaiger changed the title Implement and test for SSL enabled iRODS Implement and test login with the anonymous user for SSL enabled iRODS Jan 8, 2024
@chStaiger
Copy link
Collaborator

More information:

Currently we implemented Login for regular users to iRODS and SSL enabled iRODS.
The anonymous user is a special user which can authenticate with iRODS and then use iRODS tickets to get the authorisation to a certain collection or data object.

The commented code implements the authentication for the anonymous user to an iRODS instance which does not use SSL encryption. This needs to be extended to SSL enabled iRODS instances.

@chStaiger chStaiger added the not urgent No need to fix immediately or soon label Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not urgent No need to fix immediately or soon
Projects
None yet
Development

No branches or pull requests

2 participants