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

PYTHON-3467 OIDC: Automatic token acquisition for Azure Identity Provider #1209

Closed
wants to merge 26 commits into from

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    99e7efa View commit details
    Browse the repository at this point in the history
  2. fix cache init

    blink1073 committed May 12, 2023
    Configuration menu
    Copy the full SHA
    348ebde View commit details
    Browse the repository at this point in the history
  3. fix logic for providers

    blink1073 committed May 12, 2023
    Configuration menu
    Copy the full SHA
    93d3493 View commit details
    Browse the repository at this point in the history
  4. move auth_oidc file

    blink1073 committed May 12, 2023
    Configuration menu
    Copy the full SHA
    3a4519c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. wip set up azure vm testing

    blink1073 committed May 16, 2023
    Configuration menu
    Copy the full SHA
    0947080 View commit details
    Browse the repository at this point in the history
  2. wip add eg testing

    blink1073 committed May 16, 2023
    Configuration menu
    Copy the full SHA
    2fbc1da View commit details
    Browse the repository at this point in the history
  3. wip add eg testing

    blink1073 committed May 16, 2023
    Configuration menu
    Copy the full SHA
    960e1ce View commit details
    Browse the repository at this point in the history
  4. wip add eg testing

    blink1073 committed May 16, 2023
    Configuration menu
    Copy the full SHA
    df4cf36 View commit details
    Browse the repository at this point in the history
  5. make it not silent for now

    blink1073 committed May 16, 2023
    Configuration menu
    Copy the full SHA
    3622b83 View commit details
    Browse the repository at this point in the history
  6. fix var name

    blink1073 committed May 16, 2023
    Configuration menu
    Copy the full SHA
    07d003f View commit details
    Browse the repository at this point in the history
  7. add key vault

    blink1073 committed May 16, 2023
    Configuration menu
    Copy the full SHA
    9974987 View commit details
    Browse the repository at this point in the history
  8. fix path

    blink1073 committed May 16, 2023
    Configuration menu
    Copy the full SHA
    c5f0d16 View commit details
    Browse the repository at this point in the history
  9. fix task def

    blink1073 committed May 16, 2023
    Configuration menu
    Copy the full SHA
    c0a4170 View commit details
    Browse the repository at this point in the history
  10. avoid teardown

    blink1073 committed May 16, 2023
    Configuration menu
    Copy the full SHA
    e7d4d50 View commit details
    Browse the repository at this point in the history
  11. run from src dir

    blink1073 committed May 16, 2023
    Configuration menu
    Copy the full SHA
    2268d60 View commit details
    Browse the repository at this point in the history
  12. cleanup

    blink1073 committed May 16, 2023
    Configuration menu
    Copy the full SHA
    457ec9d View commit details
    Browse the repository at this point in the history
  13. re-enable vm delete

    blink1073 committed May 16, 2023
    Configuration menu
    Copy the full SHA
    f665509 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. add reauth test

    blink1073 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    7723521 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    81f4afe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64178bf View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    8a1dad4 View commit details
    Browse the repository at this point in the history
  2. test with wip branch

    blink1073 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    f33e4a3 View commit details
    Browse the repository at this point in the history
  3. update test

    blink1073 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    7827375 View commit details
    Browse the repository at this point in the history
  4. debug

    blink1073 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    39f2787 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. fix import

    blink1073 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    3c457ea View commit details
    Browse the repository at this point in the history
  2. fix usage of auth map

    blink1073 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    46c54ed View commit details
    Browse the repository at this point in the history