docs(assets): document config items as intentionally reveal-only #247
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/MAPPS-232-config-items-reveal-only-doc"
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?
Configuration items on the asset detail page are crypto-vault secrets
surfaced through the audited GET /configuration-items/{id} reveal, the
same pattern as the Credentials card. The server exposes no create /
edit / delete route for them, so the card is reveal-only by design.
Document that intent inline so the edit-coverage audit stops flagging
the missing CRUD affordance.
#MAPPS-232
Configuration items on the asset detail page are crypto-vault secrets surfaced through the audited GET /configuration-items/{id} reveal, the same pattern as the Credentials card. The server exposes no create / edit / delete route for them, so the card is reveal-only by design. Document that intent inline so the edit-coverage audit stops flagging the missing CRUD affordance. #MAPPS-232