Hi, while running the azure pipeline with new pul...
# general
n
Hi, while running the azure pipeline with new pulumi version 3.101.0, When accessing the stack using an azure keyvault as secrets provider, this fails: error: constructing secrets manager of type "cloud": secrets (code=InvalidArgument): POST https://some-vault.vault.azure.net/keys/some-key/decrypt -------------------------------------------------------------------------------- RESPONSE 400: 400 Bad Request ERROR CODE: BadParameter -------------------------------------------------------------------------------- { "error": { "code": "BadParameter", "message": "The parameter is incorrect.\r\n" } }-------------------------------------------------------------------------------
Could you suggest what i have to do to fix the issue.
s
Hi, upgrading to Pulumi 3.101.1 should fix this issue
n
in azure pipeline task: Pulumi@1 it will automatically download the 3.101.0 version
s
Interesting, looking at the code for the azure pipeline task it should always download the latest version, which now is 3.101.1, that was released yesterday. Is that not what's happening in your case? Would you be willing to share the azure pipeline docs?
n
Thank you Thomas Gummerer.
s
np! Also I meant logs not docs in case you still have issues 🤦