oxidecomputer / oxidecomputer/crucible

The Upstairs should use a UUID when connecting to a Downstairs via TLS

Open
#208 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.