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

Issue #3483 Add cert retrieval for requests #3490

Closed
wants to merge 16 commits into from
Closed

Issue #3483 Add cert retrieval for requests #3490

wants to merge 16 commits into from

Commits on Dec 14, 2021

  1. Issue #3483 Add cert retrieval for requests

    The authenticator.py code already retrieves credentials from the config
    for every request based on url matching. This change makes the
    authenticator also retrieve certs from the config for each request based
    on url matching.
    
    Also includes unit tests.
    Tucker Beck authored and dusktreader committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    52f0e0a View commit details
    Browse the repository at this point in the history
  2. Issue #3483 Fixed style issues with black

    Tucker Beck authored and dusktreader committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    4ee7cf8 View commit details
    Browse the repository at this point in the history
  3. Issue #3483 Fixed broken unit test

    Tucker Beck authored and dusktreader committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    9e72dc4 View commit details
    Browse the repository at this point in the history
  4. Issue #3483 Fixed broken unit test for windows

    Tucker Beck authored and dusktreader committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    9d51dd0 View commit details
    Browse the repository at this point in the history
  5. Issue #3483 Fixing path issue in unit tests for windows

    Tucker Beck authored and dusktreader committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    2b78bde View commit details
    Browse the repository at this point in the history
  6. Issue #3483: Fixed cert handling for pathlib paths

    Tucker Beck authored and dusktreader committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    7dcb682 View commit details
    Browse the repository at this point in the history
  7. Issue #3483: Style change to make the linter happy

    Tucker Beck authored and dusktreader committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    fddf76b View commit details
    Browse the repository at this point in the history
  8. Issue #3483: Rebased and fixed type hint

    Tucker Beck authored and dusktreader committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    d5bb81a View commit details
    Browse the repository at this point in the history
  9. Issue #3483: Fixed a style issue

    Tucker Beck authored and dusktreader committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    038ed31 View commit details
    Browse the repository at this point in the history
  10. Issue #3483: Applied updates from code review

    Tucker Beck authored and dusktreader committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    6fc640c View commit details
    Browse the repository at this point in the history
  11. Issue #3483: more revisions based on code review feedback

    Tucker Beck authored and dusktreader committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    864d677 View commit details
    Browse the repository at this point in the history
  12. Issue #3483: Some revisions based on code review

    Tucker Beck authored and dusktreader committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    7de523a View commit details
    Browse the repository at this point in the history
  13. Issue #3483: Applied code review suggestions and fixed unit tests

    Tucker Beck authored and dusktreader committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    4a6bf9b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    451568c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1d9132c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    45bb9d1 View commit details
    Browse the repository at this point in the history