Multiple proxyAuth Path's
-
I know this was discussed previously during the implementation of the
proxyAuthmanifest attribute, but is there a way to disable proxyAuth for multiple paths? For example, in N8N we blocklist/webhookto expose this to the WWW. However, I'm now seeing that there's also a/restthat would be useful to expose for creating Oauth credentials. See here:
-
Just read the docs again and IDK how I got the impression we can do that. Seems like its just one. Ideally we could do something like:
"proxyAuth": { "paths": [ "!/webhook", "!/rest", ] }, -
Right, only one path was implemented since I wanted a use case for having multiple ones before implementing it. Looks like I got a use case now...
-
@girish not to put too much more on your already full plate, but did this request make it onto the roadmap?
-
@thetomester13 yeah, i don't think it will make it to this release. Will look into it for the next one.