designate/releasenotes/notes/Add-Tsig-secret-validation-5d2f3875d32efd83.yaml
Omer e6e1487c0f Add Tsig empty secret validation
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
2024-08-09 16:51:18 +02:00

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.