Fill in PR number in release note (#1659)

This commit is contained in:
saubyk 2026-08-03 12:37:45 -07:00
parent 96a1020134
commit dd60ced0c1
No known key found for this signature in database
GPG key ID: 00C9E2BC2E45666F

View file

@ -12,7 +12,7 @@ this release should add its entry under the appropriate section below.
are encouraged to update promptly.
- **Config & logging: reduce exposure of authentication secrets**
([#TBD](https://github.com/Ride-The-Lightning/RTL/pull/TBD)).
([#1659](https://github.com/Ride-The-Lightning/RTL/pull/1659)).
Tightens redaction of authentication material in node logs and configuration API
responses, and keeps runtime-only SSO state out of the persisted config file. Adds
regression coverage (`test/backend/common.test.mjs`). Users are encouraged to update