Hello. I'm looking at the new Session-to-JWT functionality and I'm wondering if it's possible to use the HYDRA Json Web Key Set to sign the JWTs. I ran into the same problem with Oathkeeper idToken mutation. Is there no way to share the same set of keys for both hydra and kratos? The core of my problem is I have a set of APIs which rely on JWT/scopes for authorization. If an application logs into Kratos directly, there is no way to communicate which permissions a user has. I understand this is a usecase for Keto and the zero-trust model, but we are not moving in that direction.