You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
AKS is a requirement for using Dev Spaces.
Alot of services developed for AKS are using other resources on Azure. The prefered way of securly accessing theese resources are by using Managed Identities.
To access Azure resources from from a POD (using Managed Identities), MS has developed "AAD Pod Identity".
To use AAD Pod Identity, the POD need to have a extra label with the name "aadpodidbinding" on it.
Today, adding a extra label to a POD requires you to hard code it into deployment.yaml
It would be great if you could add extra labels in the "values.yaml" file instead.
The text was updated successfully, but these errors were encountered:
@Eneuman If you'd prefer a values.yaml-based strategy for customizing the labels on your Pod, you can make updates to your Helm chart to support this. (Dev Spaces shouldn't get in the way.)
Use case:
AKS is a requirement for using Dev Spaces.
Alot of services developed for AKS are using other resources on Azure. The prefered way of securly accessing theese resources are by using Managed Identities.
To access Azure resources from from a POD (using Managed Identities), MS has developed "AAD Pod Identity".
To use AAD Pod Identity, the POD need to have a extra label with the name "aadpodidbinding" on it.
Today, adding a extra label to a POD requires you to hard code it into deployment.yaml
It would be great if you could add extra labels in the "values.yaml" file instead.
The text was updated successfully, but these errors were encountered: