https://pulumi.com logo
Title
h

handsome-state-59775

04/04/2021, 2:15 PM
how can i create a secret in my stack config that has a plaintext length of ~2.5K characters?
pulumi config set --secret
doesn't seem to accept more than 1023 chars
1
$ xargs --show-limits </dev/null 2>&1 | grep arg
POSIX upper limit on argument length (this system): 1044229
POSIX smallest allowable upper limit on argument length (all systems): 4096
b

billowy-army-68599

04/04/2021, 6:28 PM
could you open an issue in github.com/pulumi/pulumi about this, I don't think we support this
👍 1
h

handsome-state-59775

04/05/2021, 1:52 AM