-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot set rasaXToken, rasaToken and JWT_SECRET from custom secret #71
Comments
This could be updated to allow referencing a custom secret provider: |
https://github.com/RasaHQ/helm-charts/blob/main/examples/rasa/README.md this example doesn't work because of the broken secrets. This chart requires so many hacks and poor practices to get working. Come on Rasa, all we want to do is put the best chatbot software into use. |
You can avoid this by adding the following envs to your pods manually:
It still results in double the ENV's being created for some of them, one of the values being UNSET, but for now it seems to work. |
Hello @nyejon We will come back to this ticket when we will refactor the RASA helmcharts. some advice i gave your colleague
this kind of comments are neither fruitful or helping - offensive is more like it. perfect moment to mention We accept PR's and always did - interesting |
Hi @RASADSA I didn't mean to come off offensive, I'm sorry if it came across that way. It was just disappointing to see such a well build product, with an amazing developer experience, have quite a weakness. If we have this problem, you can be sure others do. Some will just go elsewhere and accept a better support experience at the cost of a worse bot. The numerous issues, my colleague and myself opened, came through literal weeks of testing and debugging to get this working. Some of the issues require quite a refactor (as you suggested would be done after the hold). If Rasa wants to be a product that is "open source", but paid to be made "usable" then that's fine, but it should just be stated upfront. To me the value for paid customers should be added by additional features, and not be forced to be paid due to the things not working easily. I would imagine that many companies are just like us, and would like to evaluate the product in a "production" setting before committing to something to assist with the management and operation of a bot over time. Anyway, this issue is not the place to discuss this. |
hello @nyejon the Opensource sector lifed in the last 20+ years of the contributions of the community. https://daniel.haxx.se/blog/2022/01/17/enforcing-the-pyramid-of-open-source/ in the recent years it has changed since a lot of companies abuse open source in the way that the want features / open bugs for their specific scenarios or edge cases with no transaction in any way back (contribution/support of the OSS devs/money take your pick) also since you dont see your wording as problematic (which is odd) and you are not going in on the PR statement. the paid part is a different scenario for a reason. |
Hi,
The helm chart doesn't seem to allow setting custom secrets for these values outside of the values file like the Rasa X Helm chart allows.
It would also help to have the naming between the different charts aligned, as it is very confusing dealing with multiple names referring to the same thing, across the charts.
Thanks,
Jonathan
The text was updated successfully, but these errors were encountered: