S15: pfc-repl loopback health; public /health replication 200
Some checks are pending
review / inventory (push) Waiting to run

PFC_REPL_URL=http://127.0.0.1:18784. Ingest replicas do not bind HTTP.
This commit is contained in:
George Lambert 2026-09-15 22:48:11 -04:00
parent 9ba17747a4
commit 07f147fffb
5 changed files with 8 additions and 3 deletions

View file

@ -24,6 +24,7 @@ without operator interruption.
| c46d494 | peergos-for-compliance-admin | agent | 2026-09-16 | deployed |
| 1d01768 | nats-service-endpoints | agent | 2026-09-16 | deployed |
| c570dc10fb50973a022fd5eb361c9928cdb8d8f6 | system-git-sync | agent | 2026-09-16 | deployed |
| f0b2624 | peergos-compliance-go (pfc-repl health) | agent | 2026-09-16 | deployed |
## Local review

View file

@ -45,6 +45,7 @@ sudo tee /etc/systemd/system/pfc-py-admin.service.d/sm.conf >/dev/null << 'UNIT'
Environment=PYTHONPATH=/opt/pfc/python/lib:/opt/pfc/python/admin:/opt/pfc/python
Environment=PFC_SIGNED_CONFIG=/opt/pfc/etc/secure-messaging.signed.json
Environment=PFC_CONFIG_KEY_PEM=/opt/pfc/etc/sm-keys/config.ed25519.pem
Environment=PFC_REPL_URL=http://127.0.0.1:18784
UNIT
# lab keys on host only — never overwrite an existing private key
sudo mkdir -p /opt/pfc/etc/sm-keys