Merge pull request #33385 from drodil/auth_mem_leaks

fix(auth): memory leaks
This commit is contained in:
Patrik Oldsberg
2026-03-17 11:03:20 +01:00
committed by GitHub
7 changed files with 170 additions and 37 deletions
+9
View File
@@ -0,0 +1,9 @@
---
'@backstage/plugin-auth-backend-module-aws-alb-provider': patch
'@backstage/plugin-auth-backend': patch
---
Fixed a foreign key constraint violation when issuing refresh tokens for CIMD clients, and
prevented a failed refresh token issuance from failing the entire token exchange.
Fixed AWS ALB auth provider incorrectly returning HTTP 500 instead of 401 for JWT validation failures,
which caused retry loops and memory pressure under load.