This message was deleted.
# general
s
This message was deleted.
b
Have you set it as a secret in your Pulumi config?
h
yes, i've set "secret": true in the config.map property of the github pipeline
b
Pulumi doesn’t have any information about that. You need to set it as a secret in Pulumi
You need to use fn:Secret
h
but i see from the pulumi web interface that it correctly identifies the variable as a secret, marking it as "encrypted" on the configuration tab
b
If that’s the case, it’s a bug, and would be good to open an issue
h
mmh that's right
for example, in the ci output, it replaces the varaibles with "[secret]"
the only thing plaintext remaining are the input properties
b
Okay that’s a bug, please file an issue
h
ok, i will do it, thanks
in regard to this bug report, i've open an issue here: https://github.com/pulumi/pulumi/issues/13286 in case someone experienced the same problem or wants to help 🤟
@billowy-army-68599 Can you help me with this issue? According to a collegue of yours the issue is in the missing fn:Secret. Do you agree?
How do i use fn:Secret?