From e51ca1468bfb0e846aaaf26cbc987e8317682d62 Mon Sep 17 00:00:00 2001 From: Paul Trevithick Date: Mon, 23 Oct 2023 05:09:38 -0400 Subject: [PATCH] Typo in architecture.md (#43) --- src/pages/architecture.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/architecture.md b/src/pages/architecture.md index feac2b5..c48aa0d 100644 --- a/src/pages/architecture.md +++ b/src/pages/architecture.md @@ -18,7 +18,7 @@ The separation of concerns continues with the control of each component. The Hel ## Redundant Independent Verification -The custodians and the cooperative independently verifying the infrastructure. The software for all components is in public repositories. All the parties clone the repository and build each component and calculate the image checksums. Each custodian, and the cooperative, can read the checksum of all deployed component images to verify the images running are built from the publicly visible source code. The infrastructure configuration is readable to all parties, and all infrastructure modifications and metrics are published to all parties. +The custodians and the cooperative independently verify the infrastructure. The software for all components is in public repositories. All the parties clone the repository and build each component and calculate the image checksums. Each custodian, and the cooperative, can read the checksum of all deployed component images to verify the images running are built from the publicly visible source code. The infrastructure configuration is readable to all parties, and all infrastructure modifications and metrics are published to all parties. The custodians are vendors of the cooperative and are compensated for their service, which is an operating expense for the cooperative. The custodians are chosen for the independence and proven track record operating security infrastructure. If a custodian deviates from their agreement, the cooperative can replace them for breaching their contract and replacing them with a custodian on standby. @@ -52,4 +52,4 @@ All changes to the users data require cooperation between the Orchestration Serv ## Availability -Deploying the Hellō service in multiple geographic regions and replicating the database across the same regions provides resilience as long as one region is still available. \ No newline at end of file +Deploying the Hellō service in multiple geographic regions and replicating the database across the same regions provides resilience as long as one region is still available.