Live data from Hacker News

Viewing profile — neupatr

neupatr

HN member
Joined
Thu, Apr 08, 2021, 1:35 PM UTC
HN karma
37
Public activity
8 items

About neupatr

No profile information was provided.

Recent public activity

  1. comment
    Comment #26750741

    So the idea in the paper is that you store a version token (aka. zookie) next to every object version. When you ask Zanzibar if a user is allowed to modify it, the request contains…

  2. comment
    Comment #26750582

    Exactly, all of our products come without any UI whatsoever. There are example UIs that could be improved, but they can get you started easily. Something like stripe's hosted pages…

  3. comment
    Comment #26750545

    We see it as a very universal service, so integration with k8s is definitely on our list, but there are no concrete plans yet. The ACLs are just so generic, you can describe anythi…

  4. comment
    Comment #26739634

    OPA takes a whole different approach. They basically have a specific language and a corresponding interpreter. The previous version of Keto was based off of OPA. We discovered that…

  5. comment
    Comment #26739407

    Keto only does authorization, independent of users, devices, bots, applications, ... Basically you store your ACLs there and then ask "is _subject_ allowed to do _relation_ on _obj…

  6. comment
    Comment #26739205

    Thank you ;)

  7. comment
    Comment #26738642

    Hm good point. The project itself exists already for quite some time now, this is just a complete rewrite. It is named after an ancient Greek goddess: https://en.wikipedia.org/wiki…

  8. comment
    Comment #26738512

    Hello! I am one of the maintainers of Ory Keto. We spent a lot of time and effort to read, learn, and analyse the Google Zanzibar paper ( https://research.google/pubs/pub48190/ ) a…