logo

Access Control

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