e6e1487c0f
So far, we could create an empty secret on tsig creation. While in theory an empty string is valid for a secret, it is highly not recommended. This patch adds a configuration option to enable/disable empty secrets on tsig creation, to maintain compatibility. Closes-Bug: #1933760 Change-Id: Ida1a773449ad687774b5306bae7835f55b28d530
7 lines
202 B
YAML
7 lines
202 B
YAML
---
|
|
fixes:
|
|
- |
|
|
So far, Tsig could have been created with empty secrets. This
|
|
patch adds a configuration option to enable/disable empty secrets
|
|
on tsig creation, to maintain compatibility.
|