RACT - RBAC Management Tool

RACT is a command-line tool for managing Role-Based Access Control (RBAC) in systems using Redis and PostgreSQL.

Features

Configuration

Ensure you have a creditionals.json file:

{
    "redisUrl": "redis://localhost:6379",
    "sqlDbUrl": "postgres://username:password@localhost:5432/dbname"
}

Usage

Run the tool using:

npx ract-cli-tool
Get RACT Now