Can't delete a Secret
from a Vault
#2374
Labels
area/providers
impact/usability
Something that impacts users' ability to use the product easily and intuitively
kind/bug
Some behavior is incorrect or out of spec
resolution/fixed
This issue was fixed
Milestone
What happened?
When deleting a secret from a keyvault, the following error comes up:
Expected Behavior
Secrets can be created and deleted with the credentials provided by the user.
Steps to reproduce
Run
pulumi up
with this app:Then run
pulumi destroy
. Usingaz login
for the credentials leads to the error reported.Output of
pulumi about
Additional context
Stackoverflow answer explaining more about the
audience
requirement on the token when working with the keyvault APIs:https://stackoverflow.com/a/60221087
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: