Michael Barroco
Michael Barroco
This PR implements the /check endpoint of the geoawareness mock service.
The current server exposes a gRPC interface, which handles HTTP requests using a separate HTTP gateway. Exposing an HTTP interface directly will substantially reduce debugging effort and improve insight into...
The instructions for bringing up a DSS instance are pretty actionable (complete, clear) currently, but they’re very long and require a fair amount of engineering expertise. We have a tool...
The audio streams are not transcoded correctly
This PR augments the dss-deploy github actions workflow to test the deployment using the USS qualifier. Note that in addition to adding test, some dependencies checks have been set to...
Currently, the DSS returns a maximum of 10000 items to clients when listing resources for RID and SCD. This value is set by the [`MaxResultLimit`](https://github.com/interuss/dss/blob/22f5fa917417ccdff668bee04baf8bc9a9c59da3/pkg/models/models.go#L38) constant. It seems that it...
This PR enforces ssl and authentication of clients on ysql connections using client certificate.
Following the [completion](https://github.com/interuss/dss/pull/1149) of the migration of the DSS code to support Yugabyte, this issue summarizes the steps required to upgrade the deployment scripts: 1. Local multi-node yugabyte setup: 1....
As proposed in #874 as part of the work of streamlining the DSS operations and simplifying users on-boarding, InterUSS contributors have been discussing replacing the tanka deployment approach by helm....
Currently, the helm chart is enforcing the latest schema version. While we expect helm charts to be released with a specific DSS version, it would be certainly useful to give...