<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ewuji John</title>
    <description>The latest articles on DEV Community by Ewuji John (@jbravoi).</description>
    <link>https://dev.to/jbravoi</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4106239%2F71bef1d1-2aa4-4e47-9ee5-7c857dff5934.png</url>
      <title>DEV Community: Ewuji John</title>
      <link>https://dev.to/jbravoi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jbravoi"/>
    <language>en</language>
    <item>
      <title>Request for feedback: Terraform AKS Workload Identity + Azure Key Vault reference implementation</title>
      <dc:creator>Ewuji John</dc:creator>
      <pubDate>Wed, 02 Sep 2026 13:14:45 +0000</pubDate>
      <link>https://dev.to/jbravoi/request-for-feedback-terraform-aks-workload-identity-azure-key-vault-reference-implementation-3n4m</link>
      <guid>https://dev.to/jbravoi/request-for-feedback-terraform-aks-workload-identity-azure-key-vault-reference-implementation-3n4m</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fnez1tc262vjerq97gcv2.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fnez1tc262vjerq97gcv2.jpg" alt=" " width="800" height="447"&gt;&lt;/a&gt;&lt;br&gt;
Hi, I’m working on a Terraform implementation where an AKS workload uses Workload Identity to read from Azure Key Vault without a client secret.&lt;br&gt;
The trust chain is:&lt;br&gt;
Kubernetes service account → AKS OIDC issuer → Entra federated credential → user-assigned managed identity → Key Vault&lt;br&gt;
I’m specifically trying to validate two design choices:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Binding the federated credential to a single namespace and service account&lt;/li&gt;
&lt;li&gt;Applying the narrowest practical Key Vault data-plane RBAC scope
For people who have implemented this in production: what security, operational, or Terraform-module pitfalls should I look out for?
Repository: &lt;a href="https://github.com/JbravoI/terraform-azurerm-aks-workload-identity" rel="noopener noreferrer"&gt;https://github.com/JbravoI/terraform-azurerm-aks-workload-identity&lt;/a&gt;
This is based on and improves upon an earlier approach shared by Ned Bellavance &lt;a href="https://bit.ly/3T3Aw9w" rel="noopener noreferrer"&gt;https://bit.ly/3T3Aw9w&lt;/a&gt; , and I have credited that influence in the project post.
Thanks in advance&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>azure</category>
      <category>kubernetes</category>
      <category>security</category>
      <category>terraform</category>
    </item>
  </channel>
</rss>
