Live data from Hacker News

Viewing profile — ogazitt

ogazitt

HN member
Joined
Thu, Aug 23, 2012, 12:15 AM UTC
HN karma
185
Public activity
102 items

About ogazitt

co-founder aserto.com https://github.com/ogazitt https://twitter.com/omrig

Recent public activity

  1. story
  2. story
  3. comment
    Comment #40060834

    Congrats on the launch! [Disclosure: I'm one of the co-founders of Aserto, the creators of Topaz]. The problem of data filtering is indeed a huge part of building an effective auth…

  4. comment
    Comment #39695788

    If you want to try Topaz (which supports all three), check it out here [0]. We'd love to help you solve your authorization scenario :) [0] https://github.com/aserto-dev/topaz

  5. comment
    Comment #39695766

    Topaz is essentially a combination of OPA (which is used as the decision engine, with full support for Rego), and a Zanzibar-style directory, which is fairly isomorphic to what Ope…

  6. comment
    Comment #39685725

    OPA is a great tool for implementing a policy-as-code system. But if you're trying to use it for application authorization (e.g. fine-grained authz for B2B SaaS or a set of interna…

  7. comment
    Comment #38383828

    LetsGo looks really cool! Excited to see how this evolves.

  8. comment
    Comment #38285204

    Really cool to see an identity provider that's free, both in price and in friction. Nicely done!

  9. comment
    Comment #38166996

    Thanks! Yes, the days where you have to hand-roll authorization logic are (hopefully) soon to be behind us :)

  10. comment
    Comment #38166375

    Thanks! That's exactly the analogy we think of... Auth0 : AuthN :: Topaz : AuthZ :)

  11. comment
    Comment #38165085

    Thanks! Do let us know what your favorite feature is in the 0.30 release :)

  12. comment
    Comment #38165059

    Thanks! ABAC and ReBAC are indeed complementary, and you can build powerful authorization models by combining the best of these.

  13. comment
    Comment #38165046

    Thanks! "topaz test" is already pretty useful, and we hope to bring assertions into the visual console in a future release.

  14. comment
    Comment #38164597

    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…

  15. story
    Show HN: Topaz 0.30 – OSS authz service combining the best of OPA and Zanzibar

    Hey folks! As Topaz turns a year old, we just released a big update, including support for a new authorization schema language, a built-in visual console, REST APIs for the ReBAC d…

  16. story
  17. comment
    Comment #35630185

    Thanks! Analogies are always challenging, but the Zanzibar ReBAC model fits the “opinion” and “simplicity” of REST (at least when compared to SOAP). We will definitely need the “Ra…

  18. comment
    Comment #35629537

    Good question. OPA is best suited for ABAC-centric scenarios, where your authorization logic is expressed in terms of attributes on users, objects, or environment. The ReBAC / Zanz…

  19. story
  20. comment
    Comment #33342163

    Thanks! Let us know if you have any feedback!

  21. comment
    Comment #33332156

    Thanks! Would love to exchange ideas. Please feel free to join our community slack [0] or open an issue on the GitHub tracker [1]. We also accept PR's :) [0] https://www.aserto.com…

  22. comment
    Comment #33324705

    Really great context on what worked and what was perhaps overengineered. The approachability of any system by its consumers (developers in this case) is hugely important. You've do…

  23. comment
    Comment #33323856

    Would love any feedback you have on setting up Topaz, if you choose to give it a try! We built it to be useful completely standalone.

  24. comment
    Comment #33323403

    I'm Omri, one of the Aserto co-founders. Very much agree that this space is still pretty early - we all started building developer-centric authorization solutions in the last coupl…

  25. comment
    Comment #33321197

    Our design approach with Aserto has been to have a single OPA-based decision engine integrated with a built-in directory. So Topaz carries this forward. We do have a gRPC contract …