how can i create a secret in my stack config that ...
# general
h
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
Copy code
$ 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
could you open an issue in github.com/pulumi/pulumi about this, I don't think we support this
👍 1
h