anonymous user
Thank you for the post!
Are there any recommendations and practices for using the List key operation to access keys?
-From my understanding, there aren't any specific recommendations for using the "List key" operation to access keys, since it's up to the end user on what operation they'd like to use. For more information on Azure Key Vault best practices.
Reading over the documentation, it explains both commands as essentially doing the same thing, however, walking through each call and comparing the output, I noticed that both show the same attributes, however, when using the GET Keys API, it returned my certificate along with my Keys.
az keyvault key list:
Lists keys in the specified Vault or HSM.
Retrieves a list of the keys in the Vault or HSM as JSON Web Key structures that contain the public part of a stored key. The LIST operation is applicable to all key types, however only the base key identifier, attributes, and tags are provided in the response. Individual versions of a key are not listed in the response.
Get Keys - Get Keys:
List keys in the specified vault.
Retrieves a list of the keys in the Key Vault as JSON Web Key structures that contain the public part of a stored key. The LIST operation is applicable to all key types, however only the base key identifier, attributes, and tags are provided in the response. Individual versions of a key are not listed in the response.
How much less secure is it?
-Can you expand further on this, what do you mean by less secure?
The manual says that with these List rights you can get access to all keys of the Key Vault
-What manual are you referring to, are you able to provide a link?
If you have any other questions, please let me know.
Thank you for your time and patience throughout this issue.