Version: 1.1.x

Configure Channel Credentials

warning

These settings only work if you deployed Rasa Open Source via the Rasa X Helm chart. It's possible to deploy Rasa Open Source using the Rasa X Helm chart, but this option is deprecated and will be removed in the future.

See the Rasa Helm chart to learn how to configure Rasa Open Source Channels for deployment that was deployed via the Rasa Helm chart.

To configure the messaging and voice channels for Rasa Open Source servers started by the Rasa X Helm chart, add the credentials that would usually go in credentials.yml in values.yml as is done in this example:

rasa:
additionalChannelCredentials:
socketio:
user_message_evt: user_uttered
bot_message_evt: bot_uttered
session_persistence: true/false