Skip to content

code4mk/opa-open-policy-agent-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

open policy agent template

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors