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

Support for system-assigned and user-assigned managed identities #330

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Apr 19, 2022

  1. Support for system-assigned and user-assigned managed identities

    - Managed identities are formerly known as MSIs
    
    Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
    ulucinar committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    817e2c7 View commit details
    Browse the repository at this point in the history
  2. azure.GetAuthInfo no longer returns credentials secret data

    - If we are using an authentication scheme other than client secret
      returning a map of credentials secret data is no longer possible.
      Thus, we need a change in the function signature.
    - azure.GetAuthInfo now returns subscription ID, which is used
      by the downstream ARM resource SDK clients.
    
    Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
    ulucinar committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    08ba574 View commit details
    Browse the repository at this point in the history
  3. AKSCluster now only supports managed identities

    Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
    ulucinar committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    2cb289e View commit details
    Browse the repository at this point in the history
  4. Fix tests

    Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
    ulucinar committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    0911262 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Fix AKS cluster node-pool's mode when a subnet for it is specified

    Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
    ulucinar committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    0689a6a View commit details
    Browse the repository at this point in the history
  2. AKSCluster now expects Azure resource IDs of the user-assigned manage…

    …d identities
    
    instead of the plain identity names
    
    Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
    ulucinar committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    845bebe View commit details
    Browse the repository at this point in the history