chengshiwen opened a new issue #5006: URL: https://github.com/apache/incubator-dolphinscheduler/issues/5006
**Describe the feature** In the dev branch, the tenant executing a task will not be automatically created in worker. In the following two scenarios, it will cause inconvenience to users - Product or operation people want to automatically create users instead of manually creating tenants - In the docker container environment, the tenants cannot be created in advance. Once the container is pulled up again, all tenants will disappear **Which version of Dolphin Scheduler:** - [dev] **Is your feature request related to a problem? Please describe.** In the docker container environment, it's a very painful thing to create new tenants on every worker every time. **Describe the solution you'd like** Add a configuration item to set whether the tenant is automatically created on Worker The default value of this configuration item is `false`, but it needs to be set to `true` in the container The name of this configuration item is `worker.tenant.auto.create` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
