docs consolidation work

This commit is contained in:
StellaOps Bot
2025-12-25 10:53:53 +02:00
parent b9f71fc7e9
commit deb82b4f03
117 changed files with 852 additions and 847 deletions

View File

@@ -19,13 +19,13 @@ flowchart LR
identity[IIdentityProviderPlugin
(password & bootstrap flows)]
store[StandardUserCredentialStore
(Mongo collections)]
(PostgreSQL auth schema)]
capability[Capability Metadata
(password, bootstrap, clientProvisioning)]
end
subgraph External["External Systems"]
mongo[(MongoDB cluster
postgres[(PostgreSQL cluster
credential + lockout state)]
audit[(Audit Sink / Event Bus)]
secrets[Offline Secrets Bundle
@@ -40,7 +40,7 @@ credential + lockout state)]
registrar --> identity
identity --> store
identity --> audit
store --> mongo
store --> postgres
options --> secrets
secrets --> registrar
api --> identity