Error in Code Executor - Password: su: Authentication failure

I installed retool on OKD (openshift) with Helm chart. Retool, retool-workflow-backend, retool-workflow-worket work fine. Only Code Executor pod gives error: Password: su: Authentication failure. How to solve it? I launched pod from non root user.

Hi @Epic555,

We've seen this error when customers are trying to run the code executor service in an unprivileged mode

For unprivileged mode, you need to be on self-hosted Retool versions 3.33.30+ and later and have the environment variable, CONTAINER_UNPRIVILEGED_MODE, set to true. Have you already set this env var?

1 Like