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

Information about mms credentials #929

Open
xandrd opened this issue Jul 9, 2024 · 0 comments
Open

Information about mms credentials #929

xandrd opened this issue Jul 9, 2024 · 0 comments
Labels
bug Something isn't working Documentation Examples, notebooks, installation guides, webinars, etc

Comments

@xandrd
Copy link
Collaborator

xandrd commented Jul 9, 2024

MMS loading routines create a login file mms_auth_info.pkl in the user's home folder. However, I did not find any documentation about this. Also, the mms login function mms_login_lasp has insufficient documentation. As the results I was getting an error due to previously created pkl file. The user variable was assigned to None and broke the code on concatenation of the strings:

logging.error('Invalid password for user: ' + user + '; trying public access..')

Note, it was not resulted an authentication error, as should, but broke the code within the logging system.

The issue was resolved when I deleted pkl file, but I had to dig though the code to find the error.

Suggested actions:

  • Extend documentation for mms_login_lasp
  • Modify mms.rst documentation files explaining how MMS login system work.
  • Add guide on how to fix the login issue (e.g., delete pkl file)
@xandrd xandrd added bug Something isn't working Documentation Examples, notebooks, installation guides, webinars, etc labels Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Documentation Examples, notebooks, installation guides, webinars, etc
Projects
None yet
Development

No branches or pull requests

1 participant