Way to implement the /ping and /heathz with different auth method than the usual calls. #267
Unanswered
SHAANBHAYA
asked this question in
Q&A
Replies: 1 comment
-
Another way could be to write a new middleware that handles those URLs and add it to the stack. The CORS middleware may serve as an example. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Awesome people who contribute,
Wanted to know if there is any way to configure custom endpoints like /ping or /healthz on the provider.
We have to integrate our webdav server with a load balancer and so need these endpoints.
I understand that we can do this by adding two new DavProvider mappings, but we do not want the domain controller to do auth on these two api calls as they need to be unauthenticated.
We have the config like this
Is there a way to achieve this ?
Beta Was this translation helpful? Give feedback.
All reactions