Creating Dynamic Azure Service Principals for Terraform with HashiCorp Vault
Everyone knows, static secrets are bad and regularly rotating them is a must. But what’s better then rotated static secrets? Right, dynamic access! And that’s were Vault from HashiCorp comes in. What is Vault? Vault is a cloud native secret management solution from HashiCorp. It tightly controls access to secrets and encryption keys by authenticating …