Identity Bindings: A Cleaner Model for Multi‑Cluster Identity in AKS. AKS has supported assigning Azure Managed Identities to pods for some time, first through Pod Identity and then later through Workload Identity. Using these tools it is possible to give a pod an Azure Identity that it can use to interact with other Azure services - pull secrets from Key Vault, read a file from Blob Storage or write to a database. Workload Identity is the latest incarnation of this feature and significantly simplified this feature, removing the need to run additional management pods in the cluster and to have the identity injected in every node however it does have some issues of it's own. These issues are particularly evident when operating at scale and wanting to share the same Managed Identity across multiple workloads in the same cluster, or across multiple clusters. Workload Identity relies on creating a Federated Identity Credential... #techcommunity #azure #microsoft https://lnkd.in/gMHzPMps
Azure AKS Identity Bindings Simplified
More Relevant Posts
-
Designing Secure, Cloud-Native File Access in Azure Many organizations still rely on legacy Active Directory setups to secure file shares in the cloud adding unnecessary cost and complexity. Recently, I implemented a production-ready Azure Files solution using Microsoft Entra ID Kerberos, enabling secure, passwordless SMB access without traditional Active Directory or Azure AD Domain Services. What this solution delivers: Centralized identity using Microsoft Entra ID Secure SMB access to Azure Files Kerberos-based authentication (no stored credentials) Fine-grained access control using Azure RBAC Reduced infrastructure and operational overhead This approach aligns with Zero Trust principles and is ideal for organizations modernizing their identity and file services architecture in Azure. I specialize in helping teams design secure, scalable, and cloud-native Azure solutions with a strong focus on identity, security, and automation. If you’re looking to modernize your Azure environment or simplify identity management, let’s connect. #Azure #MicrosoftEntraID #AzureSecurity #CloudArchitecture #DevOps #IdentityManagement #AzureFiles
To view or add a comment, sign in
-
Azure went dark for 10+ hours thanks to a storage misconfig that knocked out VM operations and identity services — halting deployments and developer workflows for enterprises. Cloud reliance is real. ☁️⚠️ https://hubs.ly/Q041S0L70 #CloudChaos #AzureDown
To view or add a comment, sign in
-
When it comes to authenticating applications in Azure, two options come up a lot: Managed Identity and Service Principals. A Service Principal is essentially an app identity you create and manage yourself. It works across services and environments, but it also means handling secrets or certificates and making sure they don’t expire or leak. Managed Identity, on the other hand, is Azure-native. Azure creates and manages the identity for you, rotates credentials automatically, and removes the need to store secrets in code or pipelines. For workloads running in Azure, this significantly reduces operational and security overhead. The way I think about it: • Use Managed Identity when your app runs in Azure and supports it • Use Service Principals when you need cross-tenant access, external integrations, or non-Azure workloads Understanding when to use which makes a real difference in how secure and maintainable your Azure setups are. https://lnkd.in/g9Yy-egn https://lnkd.in/gfZUZ4j6 #Azure #AzureCloudEngineering #IdentityAndAccess #AzureLearning #AzureCloudSecurity #AzureInfrastructure
To view or add a comment, sign in
-
UEBA Solution Power Boost: Practical Tools for Anomaly Detection. We are unveiling a major enhancement of Microsoft Sentinel’s UEBA Essentials solution. This update includes expanded multi-cloud anomaly detection queries across Azure, AWS, GCP, and Okta, as well as new queries leveraging the anomalies table. These enhancements allow users to rapidly identify high-risk anomalies, establish long-term baselines, align patterns with MITRE ATT&CK, highlight complex malicious IP activities, and generate comprehensive anomalous activity profiles for any user within seconds. This comprehensive upgrade is designed to reduce investigation times, improve signal quality, and enhance coverage throughout distributed identity and workload environments. All queries are centrally available in the UEBA Essentials solution within the Microsoft Sentinel content hub, offering more than 30 queries ready for deployment in your workspace. What is... #techcommunity #azure #microsoft https://lnkd.in/ek_7uF6v
To view or add a comment, sign in
-
Azure is currently experiencing two significant disruptions: 1. Managed Identity failures in East US and West US affecting multiple services including Synapse, Databricks, AKS, and Container Apps. 2. Virtual Machine management operations (create, delete, update, start, stop) failing across multiple regions, impacting dependent services like Azure Arc, AKS, Azure Backup, and GitHub. Please avoid critical deployments or changes until resolved. Monitor status at: https://lnkd.in/gZZSAzi2 #MicrosoftMicrosoft #MicrosoftMicrosoft Azure
To view or add a comment, sign in
-
🔐 Multi-cloud, secret-less authentication. Successfully concluded a Proof Of Concept to implement secure, secret-less authentication flow between AWS workloads and an Azure-protected ingestion for observability platform using Microsoft Entra workload identity federation without any client secrets, certificates, or stored tokens - and learned a lot in the process. The Agent now uses: ✅Azure workloads authenticate with Managed Identity. ✅ AWS workloads authenticate via OIDC federation into Microsoft Entra ID. ✅ AWS Cognito Tokens are exchanged dynamically(Between Azure and AWS) and used to ingest into an Entra-protected API (Observability Platform). The Outcome: ➤Stronger security. ➤No credential rotation overhead. ➤Fully Zero Trust aligned. ➤Scalable across clouds. ➤short-lived tokens. ➤No secrets on disk. ➤No certificates. ➤No manual rotation. This significantly improves security posture, eliminating credential/secret rotation. Glad to see identity-first architecture working cleanly across clouds. This is a great example of applying Zero Trust + modern IAM patterns to real case scenarios. It was Great Collaborating across team & Continuous Learning. #Azure #AWS #EntraID #ZeroTrust #CloudSecurity #Grafana #Alloy #CloudArchitecture #SecurityEngineering #DevSecOps #OIDC
To view or add a comment, sign in
-
How To Setup A New Microsoft Azure Key Vault https://lnkd.in/eEh_jxvu Step 1: Login into Azure Portal Navigate to Azure Portal. Sign in using your Azure credentials Step 2: Create a New Azure Key Vault Select from the navigation menu on the left. In the Search the Marketplace box in the Search the Marketplace box, type Key Vault.. Choose Key Vault from the drop-down menu. Click to create. Step 3: Configure basic settings Subscription: Choose your Azure subscription. Resource group : Select an existing resource or create an entirely new one. Name of Key Vault Enter a unique name for Key Vault. Region Select the region/data center that you wish to see Key Vault to be deployed. Key Vault deployed. Click Next to access policy. Step 4: Establish Access Policies You are able to choose the applications and users allowed access. To add an access policy:Click to add Access Policy. Choose the appropriate permissions for keys, Secrets, and Certificates as needed. Select the principal (user principal, app principal, or the principle of service). Click Next to Network after configuring. Step 5: Configure the networking Decide the manner in which your Key Vault is accessible:Public Access All networks Select networks Define specific virtual networks, or IP addresses. Create firewalls, virtual networks and other security measures accordingly. Click Next: Review and create. Step 6: Review and Create Check all of your settings. To install the Key Vault, click Create. Step 7: Add keys, secrets or certificates After deployment is completed After deployment is complete, visit your Key Vault resource. Use the Keys, Secrets, or Certificates sections to add new items. Add:Click to Generate/Import. Enter the required information. Click to make. Step 8: Use your vault's key Azure AD authentication is required in order to integrate with Azure SDKs or Azure CLI commands.
To view or add a comment, sign in
-
If you work with Azure RBAC, this is a very useful resource!! https://rbac-catalog.dev/ provides a clean, searchable overview of Azure built-in roles and operations, making it much easier to understand permissions and design least-privilege access. Great tool for architects, security teams, and anyone dealing with complex RBAC models. #Azure #RBAC #AzureSecurity #LeastPrivilege #CloudSecurity
To view or add a comment, sign in
-
Microsoft’s Azure cloud platform suffered a broad multi-hour outage beginning on Monday evening when a policy change was unintentionally applied to a subset of Microsoft-managed storage accounts, including those used to host virtual machine extension packages. The change blocked public read access that disrupted scenarios such as virtual machine extension package downloads, according to Microsoft’s status history. (Story by Nidhi Singal Jain) https://lnkd.in/gMqXYe6r
To view or add a comment, sign in
-
🔐 Stop using connection strings for Azure services If your application connects to Azure Service Bus, Storage, or Key Vault using connection strings… There’s a cleaner and safer approach: Managed Identity in Microsoft Azure, powered by Microsoft Entra ID. Instead of: ❌ storing keys in config ❌ rotating secrets ❌ worrying about leaks You simply: ✅ assign RBAC permissions ✅ let Azure issue tokens automatically ✅ access services securely In .NET, it’s literally: var client = new ServiceBusClient( "yournamespace", new DefaultAzureCredential()); No secrets. No connection strings. Works locally and in Azure. Rule of thumb If your app runs inside Azure → use Managed Identity It’s simpler, safer, and production-ready by default. #Azure #DotNet #CloudSecurity #ManagedIdentity #AzureServiceBus
To view or add a comment, sign in