RACT is a command-line tool for managing Role-Based Access Control (RBAC) in systems using Redis and PostgreSQL.
Ensure you have a creditionals.json
file:
{ "redisUrl": "redis://localhost:6379", "sqlDbUrl": "postgres://username:password@localhost:5432/dbname" }
Run the tool using:
npx ract-cli-tool