Remove SECRET_MASKED_ prefix from secrets placeholders
authorStefan Gasser <redacted>
Mon, 26 Jan 2026 07:15:59 +0000 (08:15 +0100)
committerStefan Gasser <redacted>
Mon, 26 Jan 2026 07:20:19 +0000 (08:20 +0100)
commit10021645cc925bd37c1599450dde5eb4cef31660
treeddeb78193042b4aa8dfcf747f48c8502a205b383
parentb075f4e276b4b6a334c0482b0daa0ce8a72f1d0d
Remove SECRET_MASKED_ prefix from secrets placeholders

Simplify placeholder format by using [[TYPE_N]] for both PII and secrets.
This makes the format consistent and shorter.

Before: [[SECRET_MASKED_API_KEY_OPENAI_1]]
After:  [[API_KEY_OPENAI_1]]
src/masking/placeholders.test.ts
src/masking/placeholders.ts
src/routes/api.test.ts
src/routes/api.ts
src/secrets/mask.test.ts
git clone https://git.99rst.org/PROJECT