pagopa / interop-be-monorepo

Apache License 2.0
0 stars 1 forks source link

Quick fix for local dev - fixing local well known JWKS #991

Closed ecamellini closed 1 month ago

ecamellini commented 1 month ago

We have a local, well-known JWKS file to avoid fetching the real one and to be able to locally accept tokens generated by the local KMS. However, the local JWKS shall also include the key for tokens generated for the dev environment so that they can work on local dev.

The dev JWKS changed after migration to the new region: https://dev.interop.pagopa.it/.well-known/jwks.json

In this PR I update the local one to include the same key from the dev one plus the entry for the local KMS key.

ecamellini commented 1 month ago

Superseded by #926