Ashutosh Narkar

Results 273 comments of Ashutosh Narkar

Another option would be to make this configurable and default to stdout.

Thanks for reporting this @Sanskarzz. If you'd like to contribute a fix that would be great! Thanks.

It was working before so I would imagine the `target_uri` setting should be fine. I would check if there's some new config setting in Envoy that maybe causing this or...

Thanks for reporting this @Megha-96. Are you seeing the same issue with the latest version (v0.64.1)? If yes, it would be helpful if you could share your bundle, the query...

Since you mentioned `http.send` if you're using inter-query caching, are you setting the `caching.inter_query_builtin_cache.max_size_bytes` OPA config? More on that [here](https://www.openpolicyagent.org/docs/latest/configuration/#caching).

We keep on making fixes in subsequent OPA versions so it would be best to try on the latest one. Also iiuc OPA is running as a server and your...

> As I mentioned we are making a call to opa container locally in our pod using this API http://localhost:xxxx/v1/data/$policyPath$/authorize. Ok. We will need your policy bundle to repro the...

OPA does cache the query so that it does not have to prepare it for every eval request. `counter_server_query_cache_hit ` is the counter for that. A query served from cache...

Closing in favor of https://github.com/open-policy-agent/opa/pull/6841.

@mjungsbluth currently, OPA assumes an unlimited buffer size and then users can set one. If there was a ring buffer with a fixed size, how would that size be determined?...