I changed the preshared key from `"somerandomkeyhe...
# spicedb
b
I changed the preshared key from
"somerandomkeyhere"
to 60 random characters and zed and spicedb can communicate just fine, however, when I use
com.authzed.api.v1.SchemaServiceGrp
I continually get
Copy code
io.grpc.StatusRuntimeException: PERMISSION_DENIED: invalid preshared key: invalid token
Is there something obvious that people have seen to make this work - like don't forget triple escaping because Java?
3 Views