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

Update plugin for fixing SRA connecitons #5

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Nov 21, 2023

  1. Update plugin.py

    SRA connection does not call the do_authenticate hook of the plugin therefore the SessionId is never set, and connection fail.
    The change sets the SessionId in the do_authorize hook as well.
    evetovicsm authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    8dff5ae View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Update plugin.py

    #Changed print statements to logging statements
    # Implemented missing usermapping
    evetovicsm authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    8ca03ed View commit details
    Browse the repository at this point in the history
  2. Update vault.py

    evetovicsm authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    0bdfb09 View commit details
    Browse the repository at this point in the history
  3. Update vault.py

    evetovicsm authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    8f44288 View commit details
    Browse the repository at this point in the history
  4. Update MANIFEST

    evetovicsm authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    2a3d993 View commit details
    Browse the repository at this point in the history
  5. Update vault.py

    evetovicsm authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    75b31e0 View commit details
    Browse the repository at this point in the history
  6. Update plugin.py

    evetovicsm authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    f99cf89 View commit details
    Browse the repository at this point in the history