Channels
spicedb
test-forum
zanzibar
Powered by
Title
s
Satz
06/15/2022, 12:01 PM
@Jake
I am still exploring how to overcome this issue. Saw a workaround
https://blog.ervits.com/2022/02/using-cockroachdb-workload-with-kerberos.html
, but changing pre-defined cluster settings won't work for us. Any other suggestions/workaround you guys think off?
@Jake
I am able to get pass this error, by adding below code in main.go of spiceDB
import ( "github.com/jackc/pgconn" "github.com/otan/gopgkrb5" ) func init() { pgconn.RegisterGSSProvider(func() (pgconn.GSS, error) { return gopgkrb5.NewGSS() }) }
Is this something which can be added to spicedb code base?
refer :
https://github.com/jackc/pgx/issues/1166
j
Jake
06/17/2022, 5:46 PM
do you want to open a PR to add it? we're already on a recent enough version of pgconn it appears
s
Satz
06/22/2022, 1:32 PM
@Jake
had to bump up the version of pgx to v4.16.1, pgtype to v1.11.0 and pgconn to v1.12.1
#spicedb
Join Discord