Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 656 Bytes

File metadata and controls

32 lines (21 loc) · 656 Bytes

OPA Project

Open Policy Agent (OPA) with authorization policies:

  • authz — allows when input.user == "admin"
  • rbac — role-based access: admin (any action), user (read only)

Quick start

docker compose up -d

API: http://localhost:8181

Project structure

├── docker-compose.yml
├── policies/           # Rego policy files
├── scripts/            # Helper scripts
└── docs/               # Documentation

Documentation

Requirements

  • Docker & Docker Compose