https://pulumi.com logo
Title
s

sticky-translator-17495

04/08/2021, 7:36 AM
When using the OpenStack provider (and possibly other providers?) it seems to be storing both username and password the Pulumi state – how to avoid that? Very unsafe and unnecessary (it also generates a diff depending on who updates the stack) 😅
👀 1
b

brave-planet-10645

04/08/2021, 8:38 AM
You can mark outputs as secrets, although we should probably mark that one by default. Can you open an issue please https://github.com/pulumi/pulumi-openstack
s

sticky-translator-17495

04/08/2021, 11:16 AM
Alright, could you refer me to any docs on how to mark these values as secret? Should I explicitly pass the username & password in the provider options and grab the value from the env vars explicitly and wrap them? I will open an issue! Thanks 😄
b

broad-dog-22463

04/08/2021, 11:29 AM
Hi @sticky-translator-17495 - what version of the provider are you using?
s

sticky-translator-17495

04/08/2021, 11:29 AM
That's a good question! Most likely not the latest... Lemme have a look
2.11.0
! Is it fixed in a later version? 😬
b

broad-dog-22463

04/08/2021, 11:30 AM
yessir!
phew 🙂 I was worried there
s

sticky-translator-17495

04/08/2021, 11:30 AM
Alright, how embarrassing, case closed! Sorry for the smoke, luckily there was no fire 🤓
b

broad-dog-22463

04/08/2021, 11:31 AM
hey it's good to raise the issues! We'd rather you were happy 🙂
s

sticky-translator-17495

04/08/2021, 11:33 AM
🙏🏻 Now off to upgrade deps! Life of a JS dev
b

broad-dog-22463

04/08/2021, 11:35 AM
😄