https://github.com/natthasath/docker-opal
The Open Policy Administration Layer (OPAL) is an open-source policy management layer that keeps your authorization policies and data in sync between your policy decision points (like OPA) and your services, enabling real-time, dynamic authorization in distributed systems.
https://github.com/natthasath/docker-opal
docker-compose opal open-policy
Last synced: about 2 months ago
JSON representation
The Open Policy Administration Layer (OPAL) is an open-source policy management layer that keeps your authorization policies and data in sync between your policy decision points (like OPA) and your services, enabling real-time, dynamic authorization in distributed systems.
- Host: GitHub
- URL: https://github.com/natthasath/docker-opal
- Owner: natthasath
- License: mit
- Created: 2024-11-19T09:11:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-19T09:14:27.000Z (over 1 year ago)
- Last Synced: 2026-01-17T20:33:54.049Z (6 months ago)
- Topics: docker-compose, opal, open-policy
- Language: YAML
- Homepage: https://opal.ac/
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🎉 Docker OPAL
The Open Policy Administration Layer (OPAL) is an open-source policy management layer that keeps your authorization policies and data in sync between your policy decision points (like OPA) and your services, enabling real-time, dynamic authorization in distributed systems.



### 🏆 Run
- [http://localhost:8181/](http://localhost:8181/) username : `admin` password : `admin`
```shell
docker-compose up -d
```