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 #5320

Merged
merged 3 commits into from
Apr 14, 2022
Merged

Issue #3483 Add cert retrieval for requests #5320

merged 3 commits into from
Apr 14, 2022

Commits on Apr 14, 2022

  1. 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.
    
    - Fixed style issues with black
    - Fixed broken unit test
    - Fixed broken unit test for windows
    - Fixing path issue in unit tests for windows
    - Fixed cert handling for pathlib paths
    - Style change to make the linter happy
    - Rebased and fixed type hint
    - Fixed a style issue
    - Applied updates from code review
    - more revisions based on code review feedback
    - Some revisions based on code review
    - Applied code review suggestions and fixed unit tests
    - Fixed broken code from rebase
    - Applied fix for linting issue and improved test coverage
    - Fixed issues with linting and type-checking
    dusktreader authored and ITProKyle committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    15e9110 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7b0d21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1db74a2 View commit details
    Browse the repository at this point in the history