In the previous post, we used ClientSecretCredential Token Credential to read the secret from the Key Vault. In this post, we’d use UsernamePasswordCredential class instead. Login to Azure Portal –
In the previous post, we used ClientSecretCredential Token Credential to read the secret from the Key Vault. In this post, we’d use UsernamePasswordCredential class instead. Login to Azure Portal –
Azure Key Vault can save 3 different types of information. Keys – Encryption keys (asymmetric – public/private), can be created in Key Vault or imported, stored in software or HSD
Azure Key Vault is a cloud service for securely storing and accessing secrets. A secret is anything that you want to tightly control access to, such as license keys, credentials,
Today I spent an hour looking at the features of Hashicorps ‘Vault’ product. As I’m looking at the whole Infrastructure as Code route with Hashicorp Terraform I thought it might
My previous blog I have explained how to create CDS API Connection using service principle. As you know service principle requires ClienttId, Client Secret and TenantId. ClientId and Client secret