feat(pki-server): add multi-CA security foundation

Add the durable multi-authority realm, scoped default-deny authorization,
approval and break-glass workflows, auditor views and disclosure policy.

Enforce all administration through the transport-neutral secured operation
gateway while preserving immutable PKI authority and future HTTP reuse.
This commit is contained in:
2026-08-04 18:46:00 +02:00
parent e997996316
commit 8a5cbb61b3
30 changed files with 4791 additions and 6 deletions

View File

@@ -11,4 +11,4 @@ plugins {
rootProject.name = 'ZeroEcho'
include('app', 'ext', 'lib', 'pki', 'samples')
include('app', 'ext', 'lib', 'pki', 'pki-server', 'samples')