ProxyInjector icon indicating copy to clipboard operation
ProxyInjector copied to clipboard

add support for white-listed resource

Open ahmadiq opened this issue 5 years ago • 2 comments

ahmadiq avatar May 07 '19 09:05 ahmadiq

@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'

HaveFun83 avatar May 22 '19 14:05 HaveFun83

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

ahmadiq avatar May 22 '19 15:05 ahmadiq