It would be useful to allow an unprivileged user to get status.
Note that this is not critical. We're already used to using pcs status and other local tools that require root capability to get information.
We have people with different privilege levels involved in monitoring the state of our clusters. It's often the case that someone without root is the first to learn there's a problem. We try to enable those people to gather as much non-security-critical information as possible so the sysadmins responsible for diagnosing and fixing the system get as much information as possible up front.
$ halo status
Error making HTTP request: reqwest::Error { kind: Request, url: "http://halo_manager/status", source: hyper_util::client::legacy::Error(Connect, Os { code: 13, kind: PermissionDenied, message: "Permission denied" }) }
It would be useful to allow an unprivileged user to get status.
Note that this is not critical. We're already used to using
pcs statusand other local tools that require root capability to get information.We have people with different privilege levels involved in monitoring the state of our clusters. It's often the case that someone without root is the first to learn there's a problem. We try to enable those people to gather as much non-security-critical information as possible so the sysadmins responsible for diagnosing and fixing the system get as much information as possible up front.