Viewing profile — neupatr
neupatr
HN member- Joined
- Thu, Apr 08, 2021, 1:35 PM UTC
- HN karma
- 37
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About neupatr
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #26739205
Thank you ;)
-
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…
-
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…