klwilson227 opened a new pull request #8709:
URL: https://github.com/apache/pulsar/pull/8709


   There are three issues addressed in this PR.
   
   1) script files that contain lines other than comments and value
   assignments cause the script to abort not re-writing the file at all.
   These lines should be tolerated if they cannot be parsed as value
   assignments and flow through to the edited results.
   
   2) Redaction of passwords in environment variables. Environment
   variables with a name containing password will automatically be
   redacted and not printed in the log messages.
   
   3) values that contain spaces as in many java args that contain
   stringed together options like "-Xmx ... -Xmn ..." are read from the
   environment without the quotes. These quotes need to be added back
   when writing back to the shell script to ensure that these values are
   processed as a group.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to