Replies: 3 comments 6 replies
-
Have you got an import, by any chance? import input.attributes.request.http What would override the input.attributes.request.http as http_request instead. |
Beta Was this translation helpful? Give feedback.
-
So indeed I did have a However this seems to now break my token validation. e.g.
My code now looks like this:
|
Beta Was this translation helpful? Give feedback.
-
Doh! yes that was stupid of me. Working now thanks for all of the help. Are there any plans for a VSCode plugin for Regal ? Would be great to run/debug policies there. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Not sure if this is a bug or something I'm not doing. I'm trying to validate a JWT using a JWKS endpoint.
I'm following the the docs here - https://www.openpolicyagent.org/docs/latest/oauth-oidc/#token-verification-using-jwks-endpoint. However when I define the function:
However when I start my bundle server I get the following error:
Beta Was this translation helpful? Give feedback.
All reactions