ProxyInjector
ProxyInjector copied to clipboard
add support for white-listed resource
@ahmadiq as we have the same requirement. You can use the following injector config to white-list a resource
proxyconfig: |-
resources:
- uri: '/admin/test|white-listed=true'
Ah yes, thanks for pointing out the workaround @HaveFun83 uri attributes can be included within the uri string for now
we will need to support uri and its attributes as an object as well