03How should an app running in Azure authenticate to other Azure services without storing a secret?▼easyNewMicrosoftAccentureSAPunlockedService principal with a client secret is the answer people give and the one that leaves a credential in a config file. Managed identity is the same object with the secret handled by the platform.Open full answer →
53An AKS service loses Key Vault access after moving namespaces. How do you debug workload identity?▼mediumNewMicrosoftSAPAccenture◆ premiumMoving a Kubernetes service account changes its token subject. Separate pod mutation, federation trust and Key Vault authorization before adding permissions.Open full answer →