Ask HN: What could we use to manage access to databases?
We have 10+ Postgres databases, and 50+ people who need access to them.
What could we use to manage access to databases? (add, delete, edit users, edit database access, ...)
We have 10+ Postgres databases, and 50+ people who need access to them.
What could we use to manage access to databases? (add, delete, edit users, edit database access, ...)
Comments
Products like HashiCorp Vault seem exactly what you need: you can manage and automate the creation/revocation of credentials and grants.