oxidecomputer / oxidecomputer/omicron
RSS: Collect and transfer x509 cert information into Nexus
Open
@smklein is already working on this.
Since Dec 9, 2022.
bootstrap services
nexus
- Dominant language
- Rust
- Stars
- 572
- Forks
- 97
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 96
Description
There are a couple different parts top this:
- Add a way for RSS to take the x509 certs as input (handed off from wicket, someday).
- Transfer these x509 certs to Nexus as a part of either initializing nexus or the "RSS handoff" call: https://github.com/oxidecomputer/omicron/pull/2099
- Store those x509 certs within cockroachdb (ideally, we'd store them within a storage layer like hashicorp vault eventually).: https://github.com/oxidecomputer/omicron/pull/2099
- Use those x509 certs for launching future instances of Nexus: https://github.com/oxidecomputer/omicron/pull/2099
- Remove x509 certs from packaging: https://github.com/oxidecomputer/omicron/pull/2099
- When one Nexus server is updated, reach out to neighboring Nexus servers to update them too
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.
Assessment
This issue has not been assessed yet.