本文介绍了如何禁用密钥库中的清除保护?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我已经启用了密钥库的清除保护和软删除功能,现在我想禁用它.有什么方法可以禁用清除保护吗?
I have enabled the purge protection and soft delete on key vault, now i want to disable it . Is there any way to disable purge protection ?
我已经通过Terraform创建了密钥库
I have created the key vault through terraform
推荐答案
无法禁用清除保护
参考: https://github.com/Azure/azure-rest-api-specs/issues/8075
还请注意,默认情况下,软删除将在明年开始启用
Also make note that soft delete will be enabled by default starting next year
引用: https://docs.microsoft.com/en-us/azure/key-vault/general/soft-delete-change
这篇关于如何禁用密钥库中的清除保护?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!