azure-keyvault

Azure Keyvault - “Operation ”list“ is not allowed by vault policy” but all permissions are checked

醉酒当歌 提交于 2020-08-27 04:16:43
问题 I am accessing KeyVault with .NET client with an AAD application. Although all permissions under secrets are enabled for this AAD app (screenshot below) I am getting "The operation "List" is not enabled in this key vault's access policy" if I navigate to the Secret panel. I would like to be able to set the permissions via the AAD application and so using Powershell wouldn't be an option. If I set the permissions via Powershell - it does work. How I'm creating my access policies: var

Azure Keyvault - “Operation ”list“ is not allowed by vault policy” but all permissions are checked

 ̄綄美尐妖づ 提交于 2020-08-27 04:16:14
问题 I am accessing KeyVault with .NET client with an AAD application. Although all permissions under secrets are enabled for this AAD app (screenshot below) I am getting "The operation "List" is not enabled in this key vault's access policy" if I navigate to the Secret panel. I would like to be able to set the permissions via the AAD application and so using Powershell wouldn't be an option. If I set the permissions via Powershell - it does work. How I'm creating my access policies: var

Azure Keyvault - “Operation ”list“ is not allowed by vault policy” but all permissions are checked

走远了吗. 提交于 2020-08-27 04:16:07
问题 I am accessing KeyVault with .NET client with an AAD application. Although all permissions under secrets are enabled for this AAD app (screenshot below) I am getting "The operation "List" is not enabled in this key vault's access policy" if I navigate to the Secret panel. I would like to be able to set the permissions via the AAD application and so using Powershell wouldn't be an option. If I set the permissions via Powershell - it does work. How I'm creating my access policies: var