Hi!
I had a question about creating a token in order to not expose the rasa x API publicly. Currently, a Rasa X server is running. It has a password to log in, but if someone decides to hit the API with rasa-s.com:5000/webhooks/rest/webhook
, there is no authentication needed. Since this is deployed using Helm charts, I was wondering how to go about adding an authentication token or any other best practice. I see that I can use the information here in order to add the token using the cli when I run locally, but I am not sure how to go about doing this with the Helm chart.
Thank you for the help!!
Abhi