Authorization for write permission to SpiceDb #2220
Unanswered
anuragc-arista
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I'm not sure I understand the question. If you don't want to put authorization logic into SpiceDB, you don't have to. We believe that centralizing authorization decisions brings benefits, and the relevant one for this case is that all of the logic for determining authorization decisions lives in one place, which means there's less likelihood that you miss miss something important as a result of fragmentation. If what you're proposing makes sense for your use case, there's no reason you can't do it, though. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm new to this and would like to understand how a non-human actor can manage selective relationships and permissions.
For example, let's say a Non-Human Identity (NHI) is monitoring stream updates from an SQL database and then writing relationships to the SpiceDb. In this scenario, would the application that owns the SQL database be able to handle authorization for its own API without needing to offload data to SpiceDb?
Beta Was this translation helpful? Give feedback.
All reactions