使用 Azure Key Vault 对机密(类别)进行排序
Sort secrets (categories) using Azure Key Vault
我目前遇到了一个问题。
我想使用 Azure keyvault 创建一个 Web 应用程序来存储数据和 c# (.NET Core Blazor)。我设法创建了秘密、列出、删除它们等。但我似乎找不到过滤秘密的好方法。
我首先想到使用标签,但后来我发现这不是他们的目的。
你有什么好的想法吗?
据我所知,不可能。有类似的issuehere, and Azure support has explained. You could upvote the feedback,但是作为azuresecretspm的评论,好像还是不行。
Key Vault is designed for storing application secrets and cryptographic keys. It is not a database and should not be used like
one. Search functions are not implemented. If you have large number of
secrets to deal with, put those in a database and store the top level
encryption key in key vault.
更改带有不同前缀的秘密名称可能是一种解决方法。你可以 .
我目前遇到了一个问题。 我想使用 Azure keyvault 创建一个 Web 应用程序来存储数据和 c# (.NET Core Blazor)。我设法创建了秘密、列出、删除它们等。但我似乎找不到过滤秘密的好方法。
我首先想到使用标签,但后来我发现这不是他们的目的。
你有什么好的想法吗?
据我所知,不可能。有类似的issuehere, and Azure support has explained. You could upvote the feedback,但是作为azuresecretspm的评论,好像还是不行。
Key Vault is designed for storing application secrets and cryptographic keys. It is not a database and should not be used like one. Search functions are not implemented. If you have large number of secrets to deal with, put those in a database and store the top level encryption key in key vault.
更改带有不同前缀的秘密名称可能是一种解决方法。你可以