Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2025-12-03 13:25:48 +01:00
parent b48c224ce7
commit 847a3309b8
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-defaults': patch
---
Fix for `jose` types
@@ -102,7 +102,7 @@ export class DatabasePluginKeySource implements PluginKeySource {
await this.keyStore.addKey({
id: kid,
key: publicKey as InternalKey,
key: publicKey as unknown as InternalKey,
expiresAt: new Date(
Date.now() +
this.keyDurationSeconds *