Support multi-line input for secrets input type
complete
Dudi Elhadad
marked this post as
complete
You can now use multi-line text when defining a secret input type! See the documentation
Aaron Taylor
Thanks for the request! If secret input values are hidden anyway, I'm curious: why would you need multi-line?
T
Tyler Richardson
Aaron Taylor Because when I input a multi-line string into the field, Port is stripping away the formatting. For example, if I upload a secret value like:
"hello
world"
Port is doing some sort of stripping of the string, where the end result is "hello world". It's less about the visual aspect of a multi-line input, but more about preserving the formatting that comes with multi-line.
Aaron Taylor
Tyler Richardson: Got it. Thanks for the explanation!