Configure the host address for rasa run actions #434
Labels
area:rasa-sdk 🧑💻
Everything that touches our python Rasa SDK
stale
type:enhancement ✨
Additions of new features or changes to existing ones, should be doable in a single PR
This is a copy of RasaHQ/rasa#8469, with the same idea.
I've been playing around with RASA open source edition on a classic vm, using a virtualenv for installation. I'm impressed.
I tried to figure out how to start RASA on a specific address instead of just localhost -- which appears to be every network interface and I was unable to find a way to configure the interface for rasa open source edition other than listing a port number at startup. I didn't find anything for the address. Inspecting the code learned me that starting rasa using rasa run -p 1531 will make the Sanic webserver listen on every interface using that specific port number.
The reason why I want to start RASA on a specific address is that I can limit access to the service by making RASA listen on a VPN interface, thus making it available to every machine on the VPN. I could probably archieve the same using a firewall and I may add one later on, but I figured being able to limit the netwerk interfaces would be a quick win.
The text was updated successfully, but these errors were encountered: