question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

KeyPermissions is missing a value

See original GitHub issue

https://github.com/Azure/azure-sdk-for-js/blob/f21b80dba999383946dc9f9705e1d5e507976e83/sdk/keyvault/arm-keyvault/src/models/index.ts#L613

The KeyPermissions, SecretPermissions, and CertificatePermissions types are missing the value all which is a possible value of access policy permissions when getting the key vault using the api and is supported by ARM template deployments.

Here is an example of an permissions of a access policy on a key vault that is returned by the api:

Permissions to Keys                        : {all}
Permissions to Secrets                     : {all}
Permissions to Certificates                : {all}

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
jlichwacommented, Oct 5, 2020
1reaction
msftbot[bot]commented, Sep 1, 2020

Hi, we’re sending this friendly reminder because we haven’t heard back from you in a while. We need more information about this issue to help address it. Please be sure to give us your input within the next 7 days. If we don’t hear back from you within 14 days of this comment the issue will be automatically closed. Thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

KeyPermissions type alias - Microsoft Learn
Defines values for KeyPermissions. KnownKeyPermissions can be used interchangeably with KeyPermissions, this enum contains the known values that the service ...
Read more >
KeyVault entities management not supported #54 - GitHub
The interesting part is that when I look at details it states that I am adding the value of the secret. ~ properties:...
Read more >
error message Either the Crystal Reports registry key ...
trying to deploy my local app i developed on my local server and works fine i'm trying to deploy to a remote web...
Read more >
Troubleshooting Lake Formation - AWS Documentation
Error: "Insufficient encryption key permissions for Glue API" ... Error: "Organization <organization-ID> not found"; Error: "Insufficient Lake Formation ...
Read more >
Registry Key Permissions for 'HKEY_LOCAL_MACHINE ...
Veeam Community discussions and solutions for: Registry Key Permissions for 'HKEY_LOCAL_MACHINE\SOFTWARE\Veeam\Veeam Backup and Replication' ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found