hoophq / hoop

Hoop.dev is an open-source access gateway that provides secure, seamless, and audited access to databases and infrastructure without exposing credentials or sensitive data.
https://hoop.dev
MIT License
243 stars 10 forks source link

Feature Request: read-only access to connections via env. variable #527

Open e-scheer opened 1 month ago

e-scheer commented 1 month ago

Hey team,

I’d like to suggest adding an environment variable, like READ_ONLY_CONNECTIONS, that would limit non-admin users to only reading (using) connections, without the ability to create, update, or delete them. This would be useful for scenarios where users need to access connections but shouldn’t be able to make any changes, helping maintain a controlled environment.

Thanks for considering this. Keep up the good work!