Evan Cordell
Evan Cordell
The tomcat CRD would be a better example if it included a validation block
Right now if jwtproxy shuts itself down (because it can't publish a key, for example), it leaves the socket it was listening on behind, which causes an error when it...
I think it makes sense to have the error message on verification failure be configurable. Right now it returns a `403` with `jwtproxy: unable to verify request: No JWT found`...
Should probably log failed incoming (reverse proxy) requests at a level above debug
(unpack doesn't currently actually unpack the files, it just writes out their mediatypes) ```bash $ ./bin/opm alpha pack internal/declcfg/testdata/valid > test.stargz $ ./bin/opm alpha unpack test.stargz internal/declcfg/testdata/valid/etcd.yaml application/vnd.opm.declcfg.json internal/declcfg/testdata/valid/cockroachdb.json application/vnd.opm.declcfg.json...
**Description of the change:** updates to the newer health check api that has a `watch` endpoint. **Motivation for the change:** keeping up with grpc, but also hopeful that the watch...
**Description of the change:** Adds an `opm alpha inflate` command that takes as input a veneer api and outputs a declarative config. Each veneer "strategy" is defined by a cue...
**Description of the change:** - serves a `/blobs` endpoint that streams blobs from disk to an http response. I didn't bother with benchmarks, but unless I accidentally kept some allocations...
When starting up a new cluster, with multiple nodes coming online, there is a health check race condition that can make the cluster appear healthy even though dispatch is not...
```go --- FAIL: TestMySQLMigrations (60.72s) mysql.go:81: Error Trace: /home/runner/work/spicedb/spicedb/internal/datastore/mysql/mysql.go:81 /home/runner/work/spicedb/spicedb/internal/datastore/mysql/datastore_test.go:629 /home/runner/work/spicedb/spicedb/internal/datastore/mysql/datastore_test.go:577 Error: Received unexpected error: reached retry deadline Test: TestMySQLMigrations ``` Seen here: https://github.com/authzed/spicedb/runs/8214010816?check_suite_focus=true