Skip to content

Commit 2a78e15

Browse files
Add secret key values and allow them to be used in lambdas (#1250)
Co-authored-by: Daniel King <daniel.king@fusionauth.io>
1 parent 9079708 commit 2a78e15

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4210,6 +4210,7 @@ components:
42104210
- RS384
42114211
- RS512
42124212
- Ed25519
4213+
- None
42134214
KeyRequest:
42144215
description: Key API request object.
42154216
type: object
@@ -4266,6 +4267,7 @@ components:
42664267
- RSA
42674268
- HMAC
42684269
- OKP
4270+
- Secret
42694271
KeyUse:
42704272
description: The use type of a key.
42714273
type: string

0 commit comments

Comments
 (0)