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

Azure: Support authentication using user-assigned managed identity #4636

Merged
merged 3 commits into from
Sep 14, 2021

Commits on Sep 3, 2021

  1. Azure: Support authentication using user-assigned managed identity

    Adds support for [user-assigned managed identity](https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview#managed-identity-types).
    
    When using the `user_assigned_id` the change does not require setting `msi_resource` it defaults to `https://<storage account name>.<endpoint>` unless the config explicitly sets the `msi_resource`.
    
    Tested against Azure.
    
    Signed-off-by: Amr Hanafi (MAHDI)) <amrh@microsoft.com>
    amrmahdi committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    0b2a54a View commit details
    Browse the repository at this point in the history
  2. refactor service token fetch into own method

    Signed-off-by: Amr Hanafi (MAHDI)) <amrh@microsoft.com>
    amrmahdi committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    29c3943 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. do not use deprecated method

    Signed-off-by: Amr Hanafi (MAHDI)) <amrh@microsoft.com>
    amrmahdi committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    6fe6710 View commit details
    Browse the repository at this point in the history