oxidecomputer / oxidecomputer/omicron
Include silo admin group name in silo GET request
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 572
- Forks
- 97
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 96
Description
Silo admin group is now captured as a static property of silos (#8850) that's separate from the dynamic IAM policies. Some customers have asked to be able to see the admin group name they entered during silo creation (https://github.com/oxidecomputer/customer-support/issues/424) so it seems prudent to return that information in silo GET, now that it's available.
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
Trace the silo GET API and the static admin-group property introduced in issue #8850. Verify where the admin group supplied during silo creation is stored and represented in the GET response, then use the relevant API checks to confirm the returned name matches the configured value.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100