Skip to content

Commit

Permalink
Merge pull request #34 from aks-lts/haitao/workload_id
Browse files Browse the repository at this point in the history
enable workload identity
  • Loading branch information
haitch committed Sep 4, 2024
2 parents 0b1ac4c + 910d6f3 commit 151491e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/prow/cluster/prow-cluster.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,14 @@ resource aks 'Microsoft.ContainerService/managedClusters@2024-06-01' = {
enabled: true // plan to use this for minio
}
}
oidcIssuerProfile: {
enabled: true
}
securityProfile: {
workloadIdentity: {
enabled: true
}
}
}
}

Expand Down

0 comments on commit 151491e

Please sign in to comment.