paschmann / rasa-ui

Rasa UI is a frontend for the Rasa Framework
MIT License
957 stars 329 forks source link

Any way to disable authentication #206

Closed beevelop closed 3 years ago

beevelop commented 5 years ago

We are currently evaluating some parts of Rasa-UI and are running it behind Traefik. Traefik already comes with the capability to add authentication. Therefore it would be interesting for us to add a mode that requires no authentication.

Does this make sense to you? If I wanted to implement that functionality on my own, which parts would require changes?

paschmann commented 5 years ago

Hi @beevelop - are you suggesting the login screen should be optional (where you type in admin/admin)?

beevelop commented 5 years ago

Pretty much. As we use a reverse proxy like Keycloak Gatekeeper in most of our cases, we don't necessarily need an authentication on the application level. Thus we could skip the authentication screen completely.

But this could also be interesting for evaluation / development use cases. It would be awesome, if we could switch this option though an ENV.