vault/changelog/31442.txt
Jaired Jawed a0f8dab6a9
Fix bug preventing multiline statemtents in rotation_statements for database static roles (#31442)
* added multiline unit test to replicate error & eventual fix

* create changelog

* move multiline statement test above the bad statements test for consistency.

* Add support for multiline statements in changeUserPassword

* Update expiration multi-line statements

* pr fixes
2025-08-11 14:48:47 -07:00

4 lines
122 B
Plaintext

```release-note:bug
secrets/database/postgresql: Support for multiline statements in the `rotation_statements` field.
```