Multiple proxyAuth Path's
-
I know this was discussed previously during the implementation of the
proxyAuth
manifest attribute, but is there a way to disable proxyAuth for multiple paths? For example, in N8N we blocklist/webhook
to expose this to the WWW. However, I'm now seeing that there's also a/rest
that 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", ] },
-
@thetomester13 yeah, i don't think it will make it to this release. Will look into it for the next one.