Merge "Strip by default in tools/encrypt_secret"

This commit is contained in:
Zuul
2020-04-06 18:29:56 +00:00
committed by Gerrit Code Review
2 changed files with 14 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
---
upgrade:
- |
The default behavior of the ``tools/encrypt_secret.py``
helper script is now to strip incoming input of leading
and trailing whitespace. A new ``--no-strip`` option
has been added to support people with secrets that contain
valid leading or trailing whitespace.