-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to import "io.jwt.decode" in 'fregot repl ' ? #187
Comments
Hi @hepmkj, thanks for opening an issue, that's very helpful!
|
Hi Jaspervdj, |
@hepmkj We uploaded fregot v0.10.0 which has |
Thanks for your effort. It seems there is a compilation issue. I tried the source code from master branch as well as from "0.10.0" release page. Both the cases are giving similar error. """ """ |
We added a git submodule -- try cloning the repository using:
Alternatively, there's also binaries for Mac OS X and Linux available on the releases page. |
I am getting following error while loading the test cases:
Undefined variable: payload fregot (compile error):
The fregot (compile error):
Undefined variable: payload fregot (compile error):
The """ |
@hepmkj Can you try to run again using current |
@jaspervdj-luminal Please build the binaries for mac. I cannot clone the repository outside the VPN . |
@hepmkj They are available here: https://github.com/fugue/fregot/releases/tag/v0.10.1 |
Thanks. The error is still there. I have also attached the files for reproducing the issue.
Undefined variable: payload fregot (compile error):
The fregot (compile error):
Undefined variable: payload fregot (compile error):
The """ |
@hepmkj Thanks for testing! There were some issues around base64 encoding. It should be fixed in |
Hello,
My policy depends on "io.jwt.decod" OPA builtins. I tried to debug the policy using "fregot repl" . While loading the policy file, it complains
Is it possible to load the opa builtins before testing of policy starts ? There is no issue while testing the policy using "opa test".
The text was updated successfully, but these errors were encountered: