Skip to content

Information about mms credentials #929

@xandrd

Description

@xandrd

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    DocumentationExamples, notebooks, installation guides, webinars, etcbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions