Files
nomad/.changelog/25328.txt
Daniel Bennett dc482bf905 auth: redact auth method client secret (#25328)
OIDC client secrets that users provide in auth method configuration are,
well, secret, so we should hide them from API calls and event streams.
2025-03-10 11:12:02 -05:00

4 lines
177 B
Plaintext

```release-note:security
auth: Redact OIDC client secret from API responses and event stream ([CVE-2025-1296](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-1296))
```