oxidecomputer / oxidecomputer/crucible
The Upstairs should use a UUID when connecting to a Downstairs via TLS
Open
Nobody has claimed this yet.
mvp
- Dominant language
- Rust
- Stars
- 260
- Forks
- 34
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 8
Description
The current tokio_rustls::rustls::ServerName that the Upstairs uses is downstairs{}, where the {} is the client id. This should be the UUID of the downstairs (or region).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate where the Upstairs constructs tokio_rustls::rustls::ServerName for TLS connections and trace how the Downstairs or region UUID is available there. Confirm the connection uses that UUID instead of the downstairs{client_id} name, then run the relevant Rust tests or connection checks available in the repository.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend, security
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100