Skip to content

Keystore Entries Modules

Frontend modules

  • frontend/src/pages/components/config/keystore/KeystorePopup.jsx Main table and timeline view over keystore entries.
  • frontend/src/pages/components/config/ConfigOverview.jsx Tenant overview entry point for table and timeline modes.
  • KeystoreHelpPopover.jsx
  • KeystoreDocumentationModal.jsx
  • keystoreHelpContent.js

Backend modules

  • backend/src/cpi/views.py List and detail endpoints for keystore entries.
  • backend/src/cpi/keystore.py CPI-facing retrieval against KeystoreEntries.
  • backend/src/cpi/models.py Persistence for cpiKeystoreEntry.
  • backend/src/cpi/alerts_keystore.py Certificate-expiry and keystore-oriented alert evaluation.