sysom1/sysom_server/sysom_channel/app/routers
SunnyQjm be4ffed01b feat(channel): Support Support for non-root users to manage nodes
1. Support for managing nodes with non-root users, require target user can run all command without password, you can edit "/etc/sudoers", add the following line. (replace <username> to target username)
  <username>    ALL=(ALL)       NOPASSWD: ALL

2. When channel_job sends a command, it supports specifying that the command does not require root privileges, and when the username is not root, sudo bash -c "" will not be used to wrapper command
2023-05-16 16:36:55 +08:00
..
cec_status.py refactor(sysom): Adjust the directory layout to be compatible with sysom2.1 2023-05-11 15:00:01 +08:00
config.py refactor(sysom): Adjust the directory layout to be compatible with sysom2.1 2023-05-11 15:00:01 +08:00
file.py feat(channel): Support Support for non-root users to manage nodes 2023-05-16 16:36:55 +08:00
health.py refactor(sysom): Adjust the directory layout to be compatible with sysom2.1 2023-05-11 15:00:01 +08:00