You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/12/19 04:44:04 UTC

[GitHub] [incubator-dolphinscheduler-website] zhuangchong opened a new pull request #219: add sudo permission management description.

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:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler-website] dailidong merged pull request #219: add sudo permission management description.

Posted by GitBox <gi...@apache.org>.
dailidong merged pull request #219:
URL: https://github.com/apache/incubator-dolphinscheduler-website/pull/219


   


----------------------------------------------------------------
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:
users@infra.apache.org