Ashutosh Narkar
Ashutosh Narkar
> perhaps the ticket is a bit sparse and poorly worded, but the intent has always been to create a debugger in OPA that 3rd parties can interface with through...
Seems like a bug. I would have expected `/input/emails/0/email` to be upserted.
> but the question is then if the "ignore undefined functions" function should remain 🤔 Not sure I understand how this relates to adding caps. The former seems like a...
The command is configured to always allow undefined functions. So if `--capabilities` is not provided, I would not expect an error if an undefined function is encountered.
Making this configurable via the server config seems like a good approach. We'll have to push that new config over through the runtime into the code that handles the plugin...
Thanks for providing the context @apatade-tl. The purpose of the bundle status is to provide details about bundle processing eg. when it was downloaded etc. The bundle revision which is...
> Bundle data is again an explicit call that needs to be made, for which need to resolve the different OPA server's host addresses. This metadata info could be made...
> Hence status API having a configurable mechanism to return metadata is desirable to solve this and also would be lot beneficial to be leveraged under OPA. Can you please...
> I'd be open to work on a PR and a solution I actually have done one on opa-envoy-plugin and would like to contribute to the community:) Awesome! Making the...
> setting the default to any number may not be ideal, because the default rule or bundle static data maybe beyond that, and that can cause the same issue Sure....