OPAL is an administration layer for Open Policy Agent (OPA), detecting changes to both policy and data and pushing live updates to your agents. The opal-server creates a pub/sub channel clients can subscribe to (i.e: acts as coordinator). The server also tracks a git repository (via webhook) for updates to policy (or static data) and accepts continuous data update notifications via REST api, which are then pushed to clients.
Project description
⚡OPAL⚡
Open Policy Administration Layer
What is OPAL?
OPAL is an administration layer for Policy Engines such as Open Policy Agent (OPA), and AWS' Cedar Agent detecting changes to both policy and policy data in realtime and pushing live updates to your agents. OPAL brings open-policy up to the speed needed by live applications.
As your app's data state changes (whether it's via your APIs, DBs, git, S3 or 3rd-party SaaS services), OPAL will make sure your services are always in sync with the authorization data and policy they need (and only those they need).
Check out OPAL's main site at OPAL.ac
OPAL Use Cases
OPAL is the easiest way to keep your solution's authorization layer up-to-date in realtime. It aggregates policy and data from across the field and integrates them seamlessly into the authorization layer, and is microservices and cloud-native.
Here are some of the main use cases for using OPAL:
- End-to-End Fine-Grained Authorization service that can be used with any policy language or data store
- Google-Zanzibar support for Policy as Code engines such as OPA and AWS Cedar
- Streamline permissions in microservice architectures using centralized policy configuration with decentralized data sources and policy engines
- Manage and automate the deployment of multiple Open Policy Agent engines in a Cloud-Native environment
OPAL uses a client-server stateless architecture. OPAL-Servers publish policy and data updates over a lightweight (websocket) PubSub Channel, which OPAL-clients subscribe to via topics. Upon updates, each client fetches data directly (from the source) to load it into its managed Policy Engine instance.
OPA + OPAL == 💜
While OPA (Open Policy Agent) decouples policy from code in a highly-performant and elegant way, the challenge of keeping policy agents up-to-date remains. This is especially true in applications, where each user interaction or API call may affect access-control decisions. OPAL runs in the background, supercharging policy agents and keeping them in sync with events in real time.
AWS Cedar + OPAL == 💪
Cedar is a very powerful policy language, which powers AWS' AVP (Amazon Verified Permissions) - but what if you want to enjoy the power of Cedar on another cloud, locally, or on premise? This is where Cedar-Agent and OPAL come in.
This video briefly explains OPAL and how it works with OPA, and a deeper dive into it at this OWASP DevSlop talk.
Who's Using OPAL?
OPAL is being used as the core engine of Permit.io Authorization Service and serves in production:
- > 10,000 policy engines deployment
- > 100,000 policy changes and data synchronizations every day
- > 10,000,000 authorization checks every day
Besides Permit, OPAL is being used in Production in Tesla, Walmart, The NBA, Intel, Cisco, Live-Oak Bank, and thousands of other development teams and companies of all sizes.
Documentation
-
🚀 Getting Started:
OPAL is available both as python packages with a built-in CLI as well as pre-built docker images ready-to-go.
-
A video demo of OPAL is available here
-
You can also check out this webinar and Q&A about OPAL on our YouTube channel
-
💪 TL;DR - This one command will download and run a working configuration of OPAL server and OPAL client on your machine:
curl -L https://raw.githubusercontent.com/permitio/opal/master/docker/docker-compose-example.yml \
> docker-compose.yml && docker-compose up
-
🧠 "How-To"s
-
🏗️ Architecture
📖 For further reading, check out our Blog
Community
We would love to chat with you about OPAL. Join our Slack community to chat about authorization, open-source, realtime communication, tech, or anything else!
You can raise questions and ask for features to be added to the road-map in our Github discussions, report issues in Github issues
If you like our project, please consider giving us a ⭐️
Contributing to OPAL
- Pull requests are welcome! (please make sure to include passing tests and docs)
- Prior to submitting a PR - open an issue on GitHub, or make sure your PR addresses an existing issue well.
There's more!
- Check out OPToggles, which enables you to create user targeted feature flags/toggles based on Open Policy managed authorization rules!
- Check out Cedar-Agent, the easiest way to deploy & run AWS Cedar.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file opal-server-0.7.14.tar.gz
.
File metadata
- Download URL: opal-server-0.7.14.tar.gz
- Upload date:
- Size: 47.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80eac6cc3a3a1d72845509bcac5580b37a0c569ed9ceb28d2a7a430d42a1de2d |
|
MD5 | a060330972f62f71b221e281a246cb8d |
|
BLAKE2b-256 | 1dbc51c11c36065b9dcdbf41b3a5327f68cdf30e7cc64a13c5a3a282e740aa2b |
File details
Details for the file opal_server-0.7.14-py3-none-any.whl
.
File metadata
- Download URL: opal_server-0.7.14-py3-none-any.whl
- Upload date:
- Size: 54.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ff1c83cb474b85e62c7767bab19b348cc7a88dc042d5318a88930f6fad0014a |
|
MD5 | 55ce04defe8226942db68819fcba3cb7 |
|
BLAKE2b-256 | c2e04308f7683158e84db2d69b9aeb272e53f0c68bc90cb1b55142536b8f7c56 |