S17/S18: send success and failure routes; Sphinx HTML/PDF
Python router + Go sm-leaf reject missing to, empty ct, plaintext body. Summary logs never include ciphertext. MODULE.md.
This commit is contained in:
parent
f4da7ff446
commit
43cbf51d3e
75 changed files with 14878 additions and 9 deletions
40
build/html/_sources/index.rst.txt
Normal file
40
build/html/_sources/index.rst.txt
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
Secure messaging
|
||||
================
|
||||
|
||||
Passthrough NATS envelopes, Ed25519 signed configuration, DataCube
|
||||
admin-history, and Network Error Bundles.
|
||||
|
||||
This is **not** a HIPAA/SOC 2/ISO certificate.
|
||||
|
||||
* Python spec: ``python/secure_messaging/``
|
||||
* Go leaf: ``go/cmd/sm-leaf`` (in-process NATS + optional hub)
|
||||
* Loopback health: ``127.0.0.1:18783/health``
|
||||
* Catalog: https://git.georgelambert.org/marchon/nats-service-endpoints
|
||||
* Hub: https://git.georgelambert.org/marchon/system-git-sync
|
||||
|
||||
Who calls this module
|
||||
---------------------
|
||||
|
||||
``pfc-py-admin`` (sign config, append history) and systemd ``pfc-sm-leaf``.
|
||||
Tests send targeted good and bad messages on ``verae.sm.send``.
|
||||
|
||||
Messages
|
||||
--------
|
||||
|
||||
* **From:** console / tests / connectors
|
||||
* **To:** mailbox dest in the clear; body ciphertext
|
||||
* **Success:** ack ``accepted`` + ``lookup_id`` (sender cannot reopen ``ct``)
|
||||
* **Failure:** ``SM-MISSING-TO``, ``SM-EMPTY-CT``, ``SM-BAD-ALG``,
|
||||
``SM-PLAINTEXT-BODY``, ``SM-BAD-JSON`` → ``verae.sm.error`` +
|
||||
``verae.sm.dead`` + ``verae.sm.log.summary``
|
||||
* **Filter:** no plaintext ``body`` field; summary must not contain ``ct``
|
||||
* **Timeout:** 5s NATS; 15s NPE sidecar
|
||||
|
||||
Errors
|
||||
------
|
||||
|
||||
Network Error Bundle: ``ct_sender`` (sender-only status) and ``ct_system``
|
||||
(ops bounce, no mail body). ``logging.mode=summary``.
|
||||
|
||||
Variables: ``crypto.mode``, ``routing.mode=passthrough``, ``SM_LEAF_HUB``,
|
||||
``SM_HTTP``. See system-git-sync ``docs/VARIABLES.md``.
|
||||
Loading…
Add table
Add a link
Reference in a new issue