Open DrumsnChocolate opened 2 months ago
not sure whether an API endpoint already exists to allow for the UI side of things, so I thought I'd raise the issue in amber-api.
I thought ICT committee members automatically get access to sidekiq
Looking at the code I think you're right. We could change it to be a permission, then it will just show up in the user permissions table in the frontend. We can then also just give the committee the permission.
It is currently a hassle to modify sidekiq access: we need to go into the ruby console or db console (not sure which), obtain the correct user, switch some flag, and save the user. It would be nice to have some way to set this via the UI.