Merge pull request #19649 from rtriesscheijn/feature/fixed-token-issuer

feature(auth-backend): add a stable token issuer
This commit is contained in:
Patrik Oldsberg
2023-10-24 11:58:13 +02:00
committed by GitHub
11 changed files with 614 additions and 13 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend': minor
---
Adds the StaticTokenIssuer and StaticKeyStore, an alternative token issuer that can be used to sign the Authorization header using a predefined public/private key pair.