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

Enable Workload Identity #361

Closed
Gordonby opened this issue Sep 2, 2022 · 0 comments · Fixed by #363
Closed

Enable Workload Identity #361

Gordonby opened this issue Sep 2, 2022 · 0 comments · Fixed by #363
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Gordonby
Copy link
Collaborator

Gordonby commented Sep 2, 2022

As per this new bicep property https://docs.microsoft.com/en-us/azure/templates/microsoft.containerservice/2022-06-02-preview/managedclusters?pivots=deployment-language-bicep#managedclustersecurityprofileworkloadidentity

We should allow installation of workload identity through AKS resource creation

  properties: {
    securityProfile: {
      workloadIdentity: {
        enabled: bool
      }
    }
  }
@Gordonby Gordonby added enhancement New feature or request good first issue Good for newcomers labels Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant