Join Discord
Powered by
is there a way to achieve this if you
# spicedb
s
sfzuri_17785
03/14/2024, 10:04 AM
is there a way to achieve this if you don't know the list of permissions beforehand, not having to provide BulkCheckPermission api an explicit list of permissions to check?
v
vroldanbet
03/14/2024, 11:11 AM
👋 not at the moment, in that case you probably want to
https://github.com/authzed/spicedb/issues/1505
vroldanbet
03/14/2024, 11:11 AM
feel free to chime in with your requirements
s
sfzuri_17785
03/14/2024, 11:29 AM
thanks, and finally would you mind pointing me to an example of how you would use BulkPermissionCheck using java spicedb client?
v
vroldanbet
03/14/2024, 11:31 AM
we don't have a java example for bulk check, but perhaps you can get a feel from these other examples:
https://github.com/authzed/authzed-java/blob/main/examples/v1/App.java
vroldanbet
03/14/2024, 11:33 AM
there is also the generated javadoc
https://authzed.github.io/authzed-java/index.html
2
Views
Previous
Next