zhuangchong opened a new pull request #219:
URL: https://github.com/apache/incubator-dolphinscheduler-website/pull/219
New configuration and description of sudo authority management, mainly used
to solve the problem that sudo default configuration authority is too large and
cannot apply for root authority.
```shell
echo 'dolphinscheduler ALL=(userA,userB,userC) NOPASSWD: NOPASSWD:
ALL' >> /etc/sudoers
sed -i 's/Defaults requirett/#Defaults requirett/g' /etc/sudoers
```
----------------------------------------------------------------
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]