oxidecomputer / oxidecomputer/omicron
Add CockroachAdmin to DNS
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 572
- Forks
- 97
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 96
Description
In prod, we're assuming this is on the same IP address as cockroachDB, with a hard-coded port.
However, for testing, this is a bit of a pain, as the port may be dynamic.
There is some test-related code which may be simplified by this change
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
Start by locating the Rust code that defines DNS entries and the existing CockroachDB handling. Review the test-related code mentioned in the issue, then verify that CockroachAdmin can use a separately configured, potentially dynamic port instead of relying on CockroachDB's address and hard-coded port.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- databases, networking
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100