Been fun to watch this project progress. I have tried it out in a few apps before. Love the test harness, that's super useful!
Show HN: Topaz 0.30 – OSS authz service combining the best of OPA and Zanzibar
11–18 of 18 posts
Re: Show HN: Topaz 0.30 – OSS authz service combining the best of OPA and Zanzibar
#12I love the fact it is bring relational and attribute based together, happy birthday Topaz !
Re: Show HN: Topaz 0.30 – OSS authz service combining the best of OPA and Zanzibar
#13Congrats to the Topaz team. This project has had some huge advancements since it launched last year.
Re: Show HN: Topaz 0.30 – OSS authz service combining the best of OPA and Zanzibar
#14Re: Show HN: Topaz 0.30 – OSS authz service combining the best of OPA and Zanzibar
#15It is great to see this release coming together. I am working on a new app right now. While authentication is a solved problem with services like Auth0, how to set up a robust authorization mechanism left me scratching my head. With Topaz, the decision to not built it myself was easy. Topaz is to AuthZ what Auth0 is to AuthN. Congrats on the release, very timely!
Re: Show HN: Topaz 0.30 – OSS authz service combining the best of OPA and Zanzibar
#16Re: Show HN: Topaz 0.30 – OSS authz service combining the best of OPA and Zanzibar
#17Congrats! Great to see the evolution and love how it scales. If I never have to implement authZ again, that will be a happy day :-)
Re: Show HN: Topaz 0.30 – OSS authz service combining the best of OPA and Zanzibar
#18How does this compare to other CNCF solutions like OpenFGA and OPA?
Thanks for the question! Those are both great projects. Topaz combines the best elements of both: * It uses OPA as its decision engine and Rego as the policy language, and supports the "policy as code" methodology * It also implements a ReBAC directory, much like OpenFGA, in the same container image. It goes further, by allowing you to store not just relationships between subjects and objects, but also properties...…