Azure AD OIDC auth in HashiCorp Vault using Terraform
Configuring Azure AD with Azure AD App Roles as an OIDC authentication backend in HashiCorp Vault using Terraform
HashiCorp Vault ©HashiCorp
I recently had to set up a HashiCorp Vault server for a client. Due to the requirements, I got to do some new things with regards to Vault authentication. Some of the stated requirements were:
Authentication to Vault should be done by using Azure Active Directory Use of Azure AD Application Roles for permissions instead of groups Configure Vault via Terraform While I’ve done quite a bit with Vault and OAuth 2.
[Read More]