Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How is topaz similar/different to OPAL? #458

Closed
keshavkaul opened this issue Sep 13, 2024 · 2 comments
Closed

How is topaz similar/different to OPAL? #458

keshavkaul opened this issue Sep 13, 2024 · 2 comments

Comments

@keshavkaul
Copy link

OPAL (https://opal.ac) allows to orchestrate OPA policy and data dynamically and is deployed as a sidecar with the applications. Curious to understand how topaz is similar or different to OPAL.

@ogazitt
Copy link
Contributor

ogazitt commented Sep 13, 2024

Topaz is an authorizer (PDP) - it is a superset of OPA. Topaz uses OPA as a decision engine, but adds an embedded ReBAC (Zanzibar) database for storing and demand-loading objects and relations, and efficiently computing “check” and “search” calls.

OPAL is not a PDP itself. It is a control plane that keeps a PDP (typically OPA) up-to-date.

Aserto has a control plane (similar to OPAL) which keeps policies and data up-to-date.

@ogazitt
Copy link
Contributor

ogazitt commented Oct 22, 2024

I hope the explanation made sense... closing this issue.

@ogazitt ogazitt closed this as completed Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants