-
Using the Pod Identity mode, is it possible to restrict the access of a Pod on Secret Level or only on KeyVault Level? In other words, can you restrict which Secrets a Pod can read from a KeyVault or does a Pod has access to either no secrets or all secrets? My pods need to read only a subset of secrets stored in a KeyVault. I want to prevent that an attacker who has compromised a Pod can read all the secrets from the keyvault. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I believe Pod Identity will grant you an access at keyvault level. |
Beta Was this translation helpful? Give feedback.
-
Hello 👋🏻 Keyvault added support for role-based access control for individual secrets/keys/certs last year. Here is a link to the doc: https://docs.microsoft.com/en-us/azure/key-vault/general/rbac-guide?tabs=azure-cli. |
Beta Was this translation helpful? Give feedback.
Hello 👋🏻 Keyvault added support for role-based access control for individual secrets/keys/certs last year. Here is a link to the doc: https://docs.microsoft.com/en-us/azure/key-vault/general/rbac-guide?tabs=azure-cli.