
Trailing whitespace (newlines) in secrets is almost never what people want, but it's easy to leave them in and then wind up with hard to debug issues. Switch the defaut - make a new option "--no-strip" that will disable the behavior. Change-Id: I46947e38807b55e5cc3bacc060f5d41a63b564b8
9 lines
301 B
YAML
9 lines
301 B
YAML
---
|
|
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.
|