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

Updated to use common Azure auth logic #972

Merged
merged 11 commits into from
Aug 10, 2021
Merged

Updated to use common Azure auth logic #972

merged 11 commits into from
Aug 10, 2021

Commits on Aug 5, 2021

  1. Common Azure auth logic

    - Currently implemented on secretstores/azure/keyvault and state/azure/blobstorage
    - Supports Azure AD via service principal (client credentials, client certificate, MSI) - based on the previous authorizer for AKV
    - Allows using other Azure clouds (China, Germany, etc)
    - For Blob Storage state, supports using custom endpoints (like emulators like Azurite)
    ItalyPaleAle authored and berndverst committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    ca1ae88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe08c74 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Address linter warnings

    berndverst committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    ac9a38b View commit details
    Browse the repository at this point in the history
  2. another lint thing

    berndverst committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    cdb578a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72d0a79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5e5574 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7019ba2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e88174 View commit details
    Browse the repository at this point in the history
  7. Fix test

    berndverst committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    a0578ec View commit details
    Browse the repository at this point in the history
  8. Some more linter things

    berndverst committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    1afc0b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Configuration menu
    Copy the full SHA
    b411017 View commit details
    Browse the repository at this point in the history