我们如何禁用密钥保管库中的清除保护?
How can we disable Purge Protection in Key vault?
我已经在 Key Vault 上启用了清除保护和软删除,现在我想禁用它。有什么方法可以禁用清除保护吗?
我已经通过 Terraform 创建了密钥库
无法禁用清除保护
It is as designed, purge protection is irreversible. Otherwise hacker
would be able to delete your key vault without option to recover.
参考:https://github.com/Azure/azure-rest-api-specs/issues/8075
另请注意,软删除将从明年开始默认启用
Breaking Change: The ability to opt out of soft-delete will be
deprecated by the end of the year and soft-delete protection will
automatically be turned on for all key vaults. Azure Key Vault users
and administrators should enable soft-delete on their key vaults
immediately.
参考:https://docs.microsoft.com/en-us/azure/key-vault/general/soft-delete-change
我已经在 Key Vault 上启用了清除保护和软删除,现在我想禁用它。有什么方法可以禁用清除保护吗?
我已经通过 Terraform 创建了密钥库
无法禁用清除保护
It is as designed, purge protection is irreversible. Otherwise hacker would be able to delete your key vault without option to recover.
参考:https://github.com/Azure/azure-rest-api-specs/issues/8075
另请注意,软删除将从明年开始默认启用
Breaking Change: The ability to opt out of soft-delete will be deprecated by the end of the year and soft-delete protection will automatically be turned on for all key vaults. Azure Key Vault users and administrators should enable soft-delete on their key vaults immediately.
参考:https://docs.microsoft.com/en-us/azure/key-vault/general/soft-delete-change