Open Starry-x opened 1 day ago
Hi there! That schema is only checked for the system.authz
package, which is used for authentication/authorization policies protecting OPA's own REST API. Using that package name for other purposes is not recommended, so if that's the case I would suggest renaming it to something else.
Short description
When I was upgrading OPA to the version after 0.57.0, the custom
input.other_token
field in my code stopped working. The input is passed from the request after starting OPA. Now it cannot be started.Examples:
-->
Expected behavior
OPA can start.
Additional context
I found it can be start by add
--skip-known-schema-check
, but this is not safe. I wonder if this can be resolved at the code level?