You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CCB: a guest user should be able to access sysrepo, but be blocked access by the NACM layer (in sysrepo) from what they can access.
Add new UNIX group, e.g. sysrepo-users, which the /dev/shm/*sysrepo* files are read-write group member of. This way even a guest user will be member of, meaning they will be able to connect to sysrepo to query status -- filtered via NACM rules.
We also need to add admin users to the frrvtysh group (like we already do for the wheel (root) group).
Current Behavior
When granting a non-privileged user shell access via
clish
, many admin/exec commands are broken.Using {NET,REST}CONF though, the user is able to access the expected data.
Expected Behavior
clish
should have access to the same data set that is available to the user via {NET,REST}CONF.Steps To Reproduce
clish
as their shellshow interfaces
orshow software
, for exampleAdditional information
The root cause seems to be that the user can not extract any data via
sysrepocfg
, whichclish
uses for most of its admin/exec commands.The text was updated successfully, but these errors were encountered: