Ashutosh Narkar

Results 273 comments of Ashutosh Narkar

@lvisterin if you notice the implementation of the bundle downloader's [Trigger](https://github.com/open-policy-agent/opa/blob/main/download/download.go#L149) method, you'll see it does return the error related to the download of a specific bundle. When we use...

> This makes it possible for SDK users to have a race on the downloaders map when for example using both Reconfigure and the value they got from Loaders. I...

> Anyways, sorry for getting off-topic here, the main issue was the Trigger method not returning any errors :) If you agree I can submit a PR for returning the...

The point of the discovery config was to allow admins to centrally control the configs for their OPAs. Allowing a way in OPA so that local overrides discovery would make...

> So you're suggesting to use Env variables in a central discovery document, expecting local OPA deployments to set that? Discovery allows you to generate the OPA config using [policy](https://www.openpolicyagent.org/docs/latest/management-discovery/#example)....

> Hey @ashutosh-narkar > > Having looked at adding some different policy examples, could you help me with what I'd need to do for that? I have checked the other...

@Parsifal-M can you please fix the commit message.

We should add a config parameter to the plugin like `parse_request_body` which defaults to `true`. This would result in the `parsed_body` field in the OPA input to not be set.

When you specify the `decision_logs` plugin in the configuration and console logging is disabled, OPA will use the first service in the service config to upload the logs. This is...

@ShevtsovBohdan some of this behavior is for backwards compatibility. So if your turn off the console logger OPA will choose the first service to send the logs. Is there a...