docs(guide): institution create/delete is BCOS-only; MSP submits a request (msp#29) #20
Reference in New Issue
Block a user
Delete Branch "docs/institution-keys-bcos-only"
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?
Updates the Guide to match the new authz: only BCOS can add/delete an institution; MSP admins edit only and submit a request to BCOS to add/remove one. Covers msp.institution-keys (Customer/Internal/Claude/Testing) + technical.devices. Refs hiveops-msp#29. Guide is develop-only — deploy to bcos.dev on your go. 🤖 Generated with Claude Code
Update the msp.institution-keys module (Customer/Internal/Claude/Testing tabs) and technical.devices to match the new authz: - Only BCOS_ADMIN can create/delete institution keys; MSP admins edit only and must submit a request to BCOS to add/remove an institution. - POST/DELETE /api/institution-keys -> hasRole('BCOS_ADMIN'); PUT stays MSP+BCOS. - Note the underlying ownership gap (devices mints institutions with no mgmt mirror; keys have diverged) tracked in msp#29. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>