VS-16: correct stale amtsetupbin handler docstring #55
Loading…
Reference in a new issue
No description provided.
Delete branch "docs/amtsetupbin-docstring-vs-16"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Documentation-only fix on the
amtsetupbincontrol handler, plus parks the keypair half of VS-16.The
ControlIn::AmtSetupBindoc comment claimed the handler is a stub returningnot-implemented. That is stale: the dispatch site (user_session.rs:3053) already builds a real v3 USB-keysetup.binthat rotates the MEBx password (oldmebxpass->newmebxpass) viameshcentral_amt::setupbin::build_password_changeand replies with the base64-encoded bytes, site-admin gated. The doc now describes that behavior.VS-16 status
VS-16's stated goal is the Intel ACS PKCS#10 keypair variant for ACM provisioning, which is a different, larger artifact than the password-change file already shipping. That part is not implemented and stays blocked on:
This PR records that split in the doc so the next reader knows the password-change path works and the keypair path is the remaining tracked work. No behavior change.
Verification
cargo fmt -p meshcentral-web --checkandcargo check -p meshcentral-webboth clean in the dev container.🤖 Generated with Claude Code