keylime / keylime/rust-keylime
Dissociate registrar API version from agent API version
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 162
- Forks
- 76
- Avg merge
- 4d 17h
- Merged PRs (30d)
- 3
Description
Currently, the keylime agent uses its own API_VERSION to construct the accessed registrar API:
This makes the agent API version tied with the registrar API version.
Evaluate if it makes sense to dissociate the versions, making it possible to advance the API versions independently.
Contributor guide
No contributing guide indexed for this repository
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 in keylime-agent/src/registrar_agent.rs around lines 99-101, where the agent API_VERSION constructs the registrar API URL. Trace how the agent and registrar versions are defined and used, then determine whether independent versioning is feasible. Done means documenting the decision and the implementation scope needed to advance the API versions independently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100