Configure the host address for rasa run #8469
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
type:enhancement ✨
Additions of new features or changes to existing ones, should be doable in a single PR
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 usingrasa 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.
A not-so-quick google search showed multiple questions surrounding this feature, so I'm adding a PR including just that.
The text was updated successfully, but these errors were encountered: