Keystore Entries Flows
Collection flow
sequenceDiagram
participant Worker as Sync job
participant CPI as KeystoreEntries API
participant DATA as cpiKeystoreEntry
Worker->>CPI: Request keystore entries
CPI-->>Worker: Return remote entries
Worker->>DATA: Persist normalized keystore records
Review flow
sequenceDiagram
participant UI as KeystorePopup
participant API as keystore endpoints
participant DATA as cpiKeystoreEntry
UI->>API: Load table or timeline data
API->>DATA: Query tenant keystore entries
API-->>UI: Return filtered entry list
Alert dependency
Keystore alerts are not created by the popup itself. They depend on the stored keystore data later consumed by the keystore alert evaluator.