bored-activity-40468
04/09/2023, 6:46 AM<https://api.pulumi.com/api/stacks/{org}/{project}/np/decrypt>
after digging in the archive. Where is the best place to make an issue to have it added to <https://api.pulumi.com/api>
? And is BuildDecrypt
exposed or only decrypt
?lemon-agent-27707
04/10/2023, 2:27 PMAnd isYes, there isexposed or onlyBuildDecrypt
?decrypt
<https://api.pulumi.com/api/stacks/{org}/{project}/{stack}/batch-decrypt>
I'm curious, why are you trying to use the decryption APIs directly?bored-activity-40468
04/10/2023, 6:30 PMpulumi stack export --show-secrets
via the rest api. When I do /api/stacks/{organization}/{project}/{stack}/export
I get back encrypted values with ciphertext
lemon-agent-27707
04/10/2023, 6:51 PMI didn't want to do it via exports and stack refI'm curious why you didn't want to do this.
Or maybe I'm missing a way to doDepending on the structure of the thing running your program, you could use automation API to retrieve stack outputs.via the rest api.pulumi stack export --show-secrets
bored-activity-40468
04/10/2023, 7:05 PM