wooden-vegetable-26535
10/05/2022, 7:31 AMapi/stacks/<org>/<project>/<stack>/export
to get a stacks output. Some of those outputs are encrypted, and i need a way to decrypt those for my script.
Is there a way to decrypt the encrypted outputs of a stack/export rest api call without using the pulumi cli/sdk? Can you point me to documenation for this use case?great-sunset-355
10/05/2022, 10:14 AMwooden-vegetable-26535
10/05/2022, 11:31 AMechoing-dinner-19531
10/05/2022, 11:32 AMapi/{organization}/{project}/{stack}/decrypt
with an object with one field ciphertext
which is the base64 encoding of the bytes of the secretwooden-vegetable-26535
10/05/2022, 12:02 PMechoing-dinner-19531
10/05/2022, 1:32 PMapi/stacks/{organization}/{project}/{stack}/decrypt
wooden-vegetable-26535
10/05/2022, 1:33 PMechoing-dinner-19531
10/05/2022, 1:33 PMwooden-vegetable-26535
10/05/2022, 1:33 PM