docs(guide): scrub decommissioned QDS_ADMIN role from KB content (#10) #11
Reference in New Issue
Block a user
Delete Branch "chore/purge-qds-admin-kb-10"
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?
Scrubs the decommissioned
QDS_ADMINrole from the Guide knowledge base.Follow-up to hiveops-incident#253 (already merged), which removed
QDS_ADMINfrom all 5 backends'SecurityConfig/InstitutionContextand from the hiveops-authRoleenum — so no JWT can carry the role. The Guide KB still quotedQDS_ADMINinhasAnyRole(...)allow-lists and role/scoping tables, which no longer matched the code.Changes
QDS_ADMINfrom 26 references across 23 content files (analytics, dashboard, devices, incident, msp, platform/auth, recon, technical/transactions, transactions).USER, CUSTOMER, ADMIN, MSP_ADMIN, BCOS_ADMIN, plusAGENT/SYSTEM) left exactly as-is.Verification
git grep QDS_ADMINovercontent/→ 0 hits.scripts/coverage-reconcile.py— the one gap it reports (hiveops-feedbackneedstechnical.feedback) is pre-existing and unrelated to this change (an undocumented service, not a QDS artifact). Worth its own issue.Closes #10.