Closed ausfestivus closed 2 years ago
Found the answer to this question. It's displayed when you show the engine's config.
vault read ${AZ_SECRET_PATH}/config
Key Value
--- -----
client_id XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
environment n/a
subscription_id XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
tenant_id XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
use_microsoft_graph_api true
Morning,
I've enabled an Azure Secrets Engine and configured it to use the MS Graph API.
How can I validate that it IS using the Graph API though?
If I do
vault read ${AZ_SECRET_PATH}/config
though, it doesnt describe this in the output.What's the best way to validate that it is behaving as it should?