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.
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.