Code it Yourself...

Share

Twitter Facebook

Settings

  • Archives
  • Categories
  • Tags
  • Events
  • About Me
  1. Home
  2. Tags
  3. azure active directory

AKS: Disable local accounts with Terraform

Jan 25, 2022 4 min read azurekubernetesaksterraformaadazure active directory
AKS: Disable local accounts with Terraform When deploying an AKS cluster, even if you configure RBAC or AAD integration, local accounts will be enabled by default. This means that, given the right set of permitions, a user will be able to run the az get-credentials command with the --admin flag which will give you a non-audtibale access to the cluster. But …

Protect your Node.js or .NET API with Azure Active Directory

Jan 18, 2022 7 min read dotnetazuredotnetnodejsaadazure active directory
Protect your Node.js or .NET API with Azure Active Directory One question I often get from by my customers is how to use Azure Active Directroy to protect their Node.js or .NET APIs. Every single time I answer by redirecting them to this amazing post (Proteger una API en Node.js con Azure Active Directory ), written in spanish, by my friend and peer Gisela Torres (0gis0 ). …
Carlos Mendible
Carlos Mendible
Father | Husband | Sr Cloud Solution Architect | Former Azure & Developer Technologies MVP | Opinions are my own
Microsoft
Madrid. Spain
About Me

Recent Posts

  • AKS: Simulate Spot Node Eviction
  • AKS: Disable local accounts with Terraform
  • Protect your Node.js or .NET API with Azure Active Directory
  • Azure Database for MySQL Flexible Server: Failover Test
  • Azure Cache for Redis: Failover Test

Categories

azure dotnet kubernetes devops management certifications

Tags

aks aspnetcore dapr docker powershell cloud keyvault managedidentity terraform ansible
Copyright: 2021 - Carlos Mendible