hashicorp / vault-plugin-secrets-azure

Vault Azure Secrets plugin
Mozilla Public License 2.0
26 stars 19 forks source link

Engine documentation is out of date #79

Closed ausfestivus closed 2 years ago

ausfestivus commented 2 years ago

Morning,

Just a reminder that the Azure Secrets Engine documentation is out of date and doesn't describe how to configure the engine to use the MS Graph API instead of the (now deprecated) AAD Graph API.

https://www.vaultproject.io/docs/secrets/azure

ausfestivus commented 2 years ago

This is still an issue. Specifically:

The documentation for the engine on Hashicorp Learn makes no mention of the MS Graph API permissions required.

Compare that to the permissions that are documented in the Azure Secrets engine doco.

The two are very very different and need to be cleaned up.

ausfestivus commented 2 years ago

TBF, the doco for the Azure Secrets Engine and its required permissions is now very clear. Thanks to this commit.

kalafut commented 2 years ago

cc @yhyakuna

yhyakuna commented 2 years ago

The tutorial is now updated. Thank you for reporting the issue.