Tokern DbAudit provides secure and seamless access to production databases in AWS and GCP for operations and support teams.
Security teams get a single pane for privileged access management for all production databases.
- User Experience tailor made for operations and support teams.
- Single Sign On and MFA.
- Implement an Approval Workflow for database access.
- Log all human activity on production databases.
- Designed for databases on AWS RDS and Aurora and GCP Cloud SQL
- Open Source
- PostgreSQL
- MySQL
- MariaDb
- AWS RDS
- AWS Aurora
- Google Cloud SQL
DbAudit has multiple installation options. For a quick start, follow the instructions below:
docker-compose -f docker/docker-compose.yml -p dbaudit up
The command starts up a self contained service consisting of a PostgreSQL database and DbAudit app.
DbAudit uses a PostgreSQL database to store metadata. If you want to use your
own database, setup environment variables and use docker run
.
docker run -d -p 3145:3145 \
--env DBAUDIT_USER=<database user> \
--env DBAUDIT_PWD=<password> \
--env DBAUDIT_DB=<postgresql database> \
--env DBAUDIT_SCHEMA=<database schema> \
--env POSTGRESQL_HOSTNAME=<hostname of postgresql instance> \
--env POSTGRESQL_PORT=<port of postgresql instance \
tokern/dbaudit:latest
Visit http://localhost:3145 to start using the application.
Visit DbAudit documentation to deploy and use in production to protect databases in AWS, GCP or your data center.
Visit DbAudit - Database Auditor & Privilege Access Manager page for features and use cases.