Ashutosh Narkar
Ashutosh Narkar
That's probably something that can be improved.
@rudrakhp this would be a good one to get in the next release. Let us know if you need any help. Thanks.
Closing this PR for now. We can continue the discussion in https://github.com/open-policy-agent/opa/issues/6559. There are other approaches discussed in the issue on how to address this. In its current form this...
Adding a new method to provide creds seems fine. Feel free to contribute if you'd like. OPA does not vendor the SDK but you can see the implementations of existing...
Sure @wangchenjie629 if you'd like to work on this please go ahead. Please let us know if you have any questions. Thanks.
@nicolaschotard if you'd like to submit a fix based on Stephan's feedback feel free to do so. We're happy to help out. Thanks for reporting this.
Do you set any value for `--shutdown-grace-period`?
The plugin manager will create a new context with the timeout value set to the Graceful Shutdown Period (`--shutdown-grace-period`). A quick look at the code in the [status plugin](https://github.com/open-policy-agent/opa/blob/main/plugins/status/plugin.go#L286) and...
@preet-dev thanks for looking into this. If you notice the `result` object in https://www.openpolicyagent.org/docs/latest/envoy-primer/#output-document, it mentions that a key called `http_status` is expected in the policy decision. `status_code` is just...
We have [this](https://www.openpolicyagent.org/docs/latest/rest-api/#performance-metrics) section that explains the performance metrics. Feel free to update if you think it needs to be improved.