Davide Bianchi
Davide Bianchi
path and method are used to find the policy to evaluate. So, I think that we should pass the Input directly to the sdk, or as []byte using the `core.CreateRegoQueryInput`...
Those headers are supposed to be sanitized by a gateway before rond (as currently used). If this does not happen, this could be a problem. We should definitely add it...
Hi! Yes, sure. You should implement [this interface](https://github.com/davidebianchi/gswagger/blob/main/apirouter/router.go) to support another router (you can see examples under the support folder). Do you want to add the support directly in the...
Awesome! Yes, sure. Could you create a pull request to add it to the lib?
It's already released with 0.9.0. You can see the example usage in this test: https://github.com/davidebianchi/gswagger/blob/e4154d1870a36a0ab3d630647444304f3169e527/route_test.go#L455-L469
Ad the moment, it is only possible manually using the `AddRawRoute` method. With this, it is possible to write the spec on your own. We could see to add support...