Skip to content

Commit

Permalink
add AuthJwks
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuss committed Feb 6, 2024
1 parent d823dc9 commit 1932c77
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ resources:
AliasName: alias/${self:provider.stage}
TargetKeyId: !Ref KmsKey

AuthJwks:
Type: AWS::SecretsManager::Secret
Properties:
Name: lambda/${self:provider.stage}/auth-sls-rest-api/jwks
SecretString: "{}"

AuthSecret:
Type: AWS::SecretsManager::Secret
Properties:
Expand Down

0 comments on commit 1932c77

Please sign in to comment.