@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/backend-defaults': patch
|
||||
---
|
||||
|
||||
Fix for `jose` types
|
||||
+1
-1
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user