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
coreos/go-oidc#31 introduced a change that increased the default key length from 1024 to 2048 bytes. This causes a bug because the key is now too large to use as a primary key.
$ DEX_TEST_DSN='postgres://postgres@localhost/postgres?sslmode=disable' ./test-functional
--- FAIL: TestDBPrivateKeySetRepoSetGet (1.07s)
db_test.go:169: case 0: Unexpected error: pq: index row size 4008 exceeds maximum 2712 for index "key_pkey"
ERROR: error Decoding client creds
ERROR: error Decoding client creds
FAIL
FAIL github.com/coreos/dex/functional 5.288s
Also, we're not running some functional tests through travis ci
The text was updated successfully, but these errors were encountered:
coreos/go-oidc#31 introduced a change that increased the default key length from 1024 to 2048 bytes. This causes a bug because the key is now too large to use as a primary key.
Also, we're not running some functional tests through travis ci
The text was updated successfully, but these errors were encountered: