Bipin Alchettibipinalchetti.hashnode.dev·Jun 8, 2024Simplifying UAMI Integration with AKS and AKVUse Case: We have a token/secret stored in an Azure Key Vault secret We have a pod in a Cluster that needs to read this secret. We will use UAMI to enable the pod to read the secret stored in the AKV Let's decode this in simple terms: Pre-requi...62 readsAzure
Ondrej Sebeladoitpshway.com·Mar 27, 2024How to authenticate to Microsoft Graph from Azure DevOps Pipeline using Workload identity federationWith the introduction of the Workload Identity Federation feature (currently in preview but functioning well), we can leverage the identity associated with our Pipeline for authentication with Microsoft Graph and other Azure services, eliminating the...1.9K readsAzurePowershell
Dariusz SliwinskiforOpenZiti Tech Blogblog.openziti.io·Oct 15, 2023Securing Azure OpenAI Applications with OpenZitiScope Once the initial release of ChatGPT happened at the end of 2022, a new wave of optimism and excitement started to sweep through Enterprises. Artificial Intelligence, more specifically generative AI, finally arrived in the mainstream. Company Ex...2 likes·787 readszerotrust
Kwintenkwinyyyc.hashnode.dev·May 19, 2023Using Azure workload identity for your AKS workload via AAD applicationThis is going to be a quick one. Several regions do not support creating a Federated identity credentials on managed identities. Check here for the list. So if you are following the setup guide here or another one on GitHub, you may find yourself stu...Azure
KahHoe Tankahhoe.hashnode.dev·Apr 23, 2023Using Azure Workload Identity on AKS ClustersAs an Azure Kubernetes Service (AKS) cluster operator, I have been analyzing and testing Azure AD Workload Identity at work lately. With it hitting GA this month, I thought I would share with you what Azure Workload Identity is, and how to implement ...300 readsKubernetes