You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present, service access the SpiceDB via Auth gRPC client.
Idea here is that , service should use PolicyCRUD wrapper , service should use function in PolicyCRUD wrapper for all it operation related to Policy.
Service should not have gRPC client connection, service should not know the backend communication,
Instead PolicyCRUD wrapper should take care of communication with Auth Service.
The text was updated successfully, but these errors were encountered:
At present, service access the SpiceDB via Auth gRPC client.
Idea here is that , service should use PolicyCRUD wrapper , service should use function in PolicyCRUD wrapper for all it operation related to Policy.
Service should not have gRPC client connection, service should not know the backend communication,
Instead PolicyCRUD wrapper should take care of communication with Auth Service.
The text was updated successfully, but these errors were encountered: