azure-service-operator
azure-service-operator copied to clipboard
Support AAD Pod Identity (Workload Identity) for ASOv2 Helm chart
Currently we have to install Aad Pod Identity separately from our helm chart. The idea is to have Aad Pod Identity as a dependency chart inside ASOv2 helm chart with a toggle. Which would then enable us to install Aad Pod Identity chart as a part of ASOv2 chart by using --set installAadPodIdentity=true.
Discussion on using workload identity instead.
We now support workload identity in our Helm chart, so closing this. Was closed by #2464