You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to know if I could add this line : ctx.var.opa_result = result in the opa plugin to be able to access some variables when configuring the route in APISIX. Thanks!
The text was updated successfully, but these errors were encountered:
You can make any changes on your own copy of the plugin, just copy the file and change its name. After that, copy it back to the container.
If you want this functionality to be implemented in the APISIX upstream repository, you'll need to provide more information, such as any impact this will have, how you would use it with other plugins, etc.
Or if you'd like to initiate a PR, I'll take a look at it.
Description
I would like to know if I could add this line :
ctx.var.opa_result = result
in the opa plugin to be able to access some variables when configuring the route in APISIX. Thanks!The text was updated successfully, but these errors were encountered: