Henrique GracaforThink it, build it, ship ithjgraca.hashnode.net·Nov 30, 2020AKS ingress with nginx and Key Vault certificatesIntro In this blog post I will show you how to deploy nginx ingress controller in AKS and secure the backends with TLS certificates that are stored in Key Vault. Part 2 of this blog post can be found here, were we augment this setup with internal i...Discuss·3 likes·3.6K readsAKSnginx
Amit KhannaforAmit Khanna's blogekhanna.hashnode.net·Feb 19, 2023Understanding Managed Identities in Azure - Part IIn this article, we'll discuss what are Managed Identities in Microsoft Azure and how we can use them to secure and host truly credential-less .NET applications in the cloud. What are Managed Identities in Azure? Managed Identies is a feature in Azur...Discuss·3 likes·44 readsAzure
Amit KhannaforAmit Khanna's blogekhanna.hashnode.net·Feb 20, 2023Understanding Managed Identities in Azure - Part IIIn, Part I of this series we discussed Managed Identities and how Azure Services like App Services allow you to configure system-assigned identities so that app service can obtain secrets from Key Vault. In the second part of this article, we'll look...Discuss·1 like·45 readsAzure
Swarupforcloudforall.hashnode.net·Apr 18, 2023Azure Key VaultIn this lab you will get an overview of Azure Key Vault and learn how to do the following: Log in to the Azure CLI Create a vault Create a key Apply policy Step 1 - Logging In Run this command to log in to the Azure account: az login -u $us...DiscussAzure Security LABAzure
Piyush T Shahfordevpiyops.hashnode.net·Apr 13, 2023Ansible vault TutorialInfrastructure as code (IaC) is the process of automating the infrastructure management and deployment process using code. One of the key challenges with IaC is the need to manage sensitive data (aka secrets) such as passwords, API keys, and other cr...DiscussVault
Amit KhannaforAmit Khanna's blogekhanna.hashnode.net·Feb 20, 2023Understanding Managed Identities in Azure - Part IIIn, Part I of this series we discussed Managed Identities and how Azure Services like App Services allow you to configure system-assigned identities so that app service can obtain secrets from Key Vault. In the second part of this article, we'll look...Discuss·1 like·45 readsAzure
Amit KhannaforAmit Khanna's blogekhanna.hashnode.net·Feb 19, 2023Understanding Managed Identities in Azure - Part IIn this article, we'll discuss what are Managed Identities in Microsoft Azure and how we can use them to secure and host truly credential-less .NET applications in the cloud. What are Managed Identities in Azure? Managed Identies is a feature in Azur...Discuss·3 likes·44 readsAzure
Bill PowellforPowell 'Shellasoftman.hashnode.net·Jan 3, 2023Can you Keep a Secret?I was going to write that blog entry on using REST from powershell, as well as Alternate Data Streams on NTFS. And I still will, but to make the journey more coherent, I want to look at keeping secrets first. I'm on my third iteration of a mechanism ...Discuss·55 readsPowershell
Uche NebedforQuickStarts for DevOpsuchenebed.hashnode.net·Oct 14, 2022Export Certificates between Azure KeyVault InstancesSo, this should be a quick one. I had a problem recently, I was trying to export certificates from my old Azure Keyvault instance to a new one and i didn't want to download them each and import to the new Azure Keyvault instance. I picked Terraform ...Discuss·58 readsAzure
Fabian ZanklforFabian Zankl's Blogfzankl.hashnode.net·Sep 2, 2022Customize secret handling with Azure Key Vault in ASP.NETWhen talking about secrets (passwords, tokens, etc.), it goes without saying that this kind of data must be protected. With Azure Key Vault you can rely on a managed service for securely managing keys, secrets and certificates for your applications. ...Discuss·84 readsAzure Tips & TricksAzure Key Vault
Alexandre NedelecforAlexandre Nedelectechwatching.hashnode.net·Aug 1, 2022Keeping secrets secure when using API ClientsWhen using some API Clients (like REST Client or the [HTTP Client of JetBrains' IDEs](https://www.jetbrains.com/help/rider/Http_client_in product code_editor.html)), environment variables are stored in JSON files that can contain secrets. To share th...Discuss·30 readsAPI Clients http
sycuredforsycured: consultant's blogsycured.hashnode.net·Jan 27, 2022Azure - Set expiration on all secretsDoing a policy enforcement, I needed to set an expiraton date on all secrets inside a key vault. When you've 100+ items inside the key vault, you need a quick way to do it. Get all secrets name I use NR>2 to skip the 2 first lines because they're not...DiscussAzureAzure
Nandkishor YadavforNandkishornandkishor.hashnode.net·Jun 5, 2021How to use Azure Key Vault in ASP.NET Core appsAzure Key Vault – what is it? Azure Key Vault is a tool for securely storing and accessing secrets. A secret is anything that you want to tightly control access to, such as API keys, passwords, or certificates. A vault is a logical group of secrets. ...Discuss·30 readsAzure Key Vault