You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you open slack in a browser you can easily see chat_gtp_token
I think it's safer to remove chat_gpt_token from the Action Params and read the token from an environment variable. Also, the environment variable can be added using the value of the chart runner.additional_env_vars value, example:
Thank you for reporting it @carotm
Typically the data required for the callback button is sent as a part of the message, but for we need to find an alternative when the parameters include sensitive data like the chat_gpt_token
If you open slack in a browser you can easily see chat_gtp_token
I think it's safer to remove
chat_gpt_token
from the Action Params and read the token from an environment variable. Also, the environment variable can be added using the value of the chartrunner.additional_env_vars
value, example:The text was updated successfully, but these errors were encountered: