Respect line breaks in Secrets from AWS SSM Parameter Store #16
stefancroweult
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
On the Secrets page, if you have a parameter with line breaks it doesn't display them when you show the value resulting in an unreadable block of text.
Would it be possible to make sure new lines/line breaks are included in the output?
Most likely needs to convert
\nto<br>(or use<pre>wrapping to ensure they are rendered).Beta Was this translation helpful? Give feedback.
All reactions