Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Key Vault module - enable purge protection by default #195

Open
hknutsen opened this issue Dec 12, 2024 · 0 comments
Open

Azure Key Vault module - enable purge protection by default #195

hknutsen opened this issue Dec 12, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@hknutsen
Copy link
Member

hknutsen commented Dec 12, 2024

Module Name

key-vault

Description

Purge protection should be enabled by default to prevent loss of secrets.

Recommended in Azure Key Vault best practices: https://learn.microsoft.com/en-us/azure/key-vault/general/best-practices#turn-on-data-protection-for-your-vault

Important

Update examples to explicitly disable purge protection.

Example Terraform Configuration

variable "purge_protection_enabled" {
  description = "Is purge protection enabled for this Key Vault?"
  type        = bool
  default     = true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants