Hi, I'm trying to test spicedb-kubeapi-proxy from https://github.com/authzed/spicedb-kubeapi-proxy using the default sample rules at https://github.com/authzed/spicedb-kubeapi-proxy/blob/main/deploy/rules.yaml (and contributing learnings into https://github.com/authzed/spicedb-kubeapi-proxy/issues/48 )
I'm currently blocked with the api proxy hanging while responding to k8s api requests generated from "kubectl create namespace a-namespace". With -v9 verbose logging, the proxy logs confirm the upstream backend POST call suceeded. I'm running with embedded spicedb and in memory sqlite. Triggering a thread dump by sending a SIGQUIT signal shows on thread apparently waiting for the async relations in the github.com/authzed/spicedb-kubeapi-proxy/pkg/authz.(*AuthzData).FilterObject(0xc00095f3b0, 0xc000d99268, {0xc000245880, 0x210, 0x380}) call .
Is this the right place to exchange on usage of the proxy ? I see the discussions are not yet enabled onto https://github.com/authzed/spicedb-kubeapi-proxy/ and wonder whether an issue is more appropriate.
EDIT: I submitted additional diagnostic details into https://github.com/authzed/spicedb-kubeapi-proxy/issues/106
Thanks in advance for your help.