You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error from server (BadRequest): error when creating "STDIN": RateLimitPolicy in version "v1beta2" cannot be handled as a RateLimitPolicy: strict decoding error: unknown field "spec.targetRef.namespace"
Same issue occurs when I generate AuthPolicy
$ kuadrantctl generate kuadrant authpolicy --oas https://raw.githubusercontent.com/Kuadrant/kuadrantctl/refs/heads/main/examples/oas3/petstore-with-oidc-kuadrant-extensions.yaml |kubectl apply -f -
Error from server (BadRequest): error when creating "STDIN": AuthPolicy in version "v1beta2" cannot be handled as a AuthPolicy: strict decoding error: unknown field "spec.targetRef.namespace"
The text was updated successfully, but these errors were encountered:
This command generates following yaml but
spec.targetRef.namespace
is invalid field and causes error.Same issue occurs when I generate AuthPolicy
The text was updated successfully, but these errors were encountered: