Live data from Hacker News

Viewing profile — akajla

akajla

HN member
Joined
Mon, Nov 07, 2016, 12:34 AM UTC
HN karma
93
Public activity
42 items

About akajla

Founder at Radial (https://radialhq.ai/)

Recent public activity

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

    I think one major difference between the Zanzibar implementations that are out there is support for the 'zookie' consistency token (as mentioned in the original paper). OpenFGA afa…

  4. comment
    Comment #38873287

    The specific challenge with authz in the app layer is that different apps can have different access models with varying complexity, especially the more granular you get (e.g. imple…

  5. story
  6. story
  7. story
  8. comment
  9. comment
    Comment #37649982

    The article references the F-35A which is the conventional take-off/landing variant whereas the VTOL variant is the F-35B.

  10. comment
    Comment #36670714

    We offer this natively within Warrant's authz service: https://docs.warrant.dev/guides/feature-flags/

  11. comment
    Comment #36475769

    You can encode capabilities/permissions as scopes in distributed tokens (e.g. OAuth) but this can start to break down if you have very granular, fine-grained permissions (e.g. user…

  12. comment
    Comment #35631079

    What we're building at Warrant ( https://warrant.dev/ ) might work for a lot of what you mentioned including APIs to build and manage multi-tenancy, groups, users, orgs/tenants. No…

  13. comment
    Comment #35519417

    They might not be the exact same concept but they're definitely related. I'd argue feature flags, authorization, and pricing tiers/entitlements all make up modern 'access control' …

  14. story
  15. comment
    Comment #34402400

    > I want to include role (or other) information directly in the token for the sake of convenience This works up until a certain point. Once you get past simple RBAC to more fine-gr…

  16. comment
    Comment #34294946

    The self-service dashboard is scoped only to privileged users (typically account/tenant-specific admins like IT admins) that have a specific permission.

  17. comment
    Comment #34294051

    Building and maintaining UIs for RBAC and org management (including self-service, user-facing UIs) isn't trivial. That's why we built it into Warrant. We handle basic authz schemes…

  18. comment
    Comment #34294048

    Disclaimer: I'm the founder of an authorization company [1] & previously worked at a large, enterprise/SaaS company so basing my comment on my experiences. Your considerations and …

  19. story
  20. story
  21. comment
    Comment #32265770

    Thanks! There's a lot to build out on the authz & access control side so that's our focus for now. But we've built Warrant in such a way that it plugs-in with any existing or new a…

  22. comment
    Comment #32256424

    We have thought about it but still evaluating. In general, our thought here is that in case we go out of business, customers should be able to continue using the software with acce…

  23. comment
    Comment #32255696

    This is all very useful, thanks for your feedback! > 3.) Supporting staging/local dev environments with as little additional dev work would be awesome. You may already accomplish t…

  24. comment
    Comment #32255482

    Thanks for the feedback! Hoping my responses will be quoted properly: > I share other folks concern regarding a remote api call for authentication, but I think your Edge Agent solu…

  25. comment
    Comment #32253846

    Hear you on this, as mentioned in other comments, we have the edge agent to address performance/reliability concerns and are definitely looking into providing full on-prem/self-hos…