Adding Auth for Custom Connection Deployed on Kubernetes

Hey!!

I have deployed Rasa x to a kubernetes cluster. I created a custom connector that can be reached at webhooks/customIO/webhook. This is working currently, but it is open to anyone with the correct url. How should I go about adding an API token to any requests made to my rasa-x.

Thank you for the help!!

Abhi

If this is based on SocketIO, you can use JWT authentication

1 Like