Create the
access_control
plugin associating with the connection bash. Allow only access from groups sre
and devops
.shellhoop admin create agent default hoop admin create connection bash -a default -- bash hoop admin create plugin access_control --overwrite --connection 'bash:sre;devops'
Now, only the
sre
and devops
teams can interact with this connectionplain texthoop connect bash rpc error: code = NotFound desc = connection 'bash' not found
Users that belong to the
admin
group are not affected by this plugin