Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ Designed for air-gapped and offline deployments — GeoIP lookups use a bundled
operations/backup-restore
operations/logs-monitoring
operations/production-hardening
operations/production-readiness
operations/security-audit
operations/scalability
operations/storage-redundancy

Expand Down
16 changes: 16 additions & 0 deletions docs/operations/production-hardening.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ Production Hardening
The default TracePcap configuration is optimised for quick local testing.
Before exposing the application to a wider audience, follow these steps.

Checklist
---------

Any deployment beyond local development must:

- Override **all** sample credentials — PostgreSQL, MinIO, and the Keycloak admin.
- Restrict exposed services so PostgreSQL and MinIO are not externally reachable.
- Terminate **TLS** at nginx.
- Set explicit ``CORS_ALLOWED_ORIGINS`` if the frontend is served from a
different origin than the API.
- Point the LLM at a **local inference server**, so capture-derived content is
never sent to a third party.
- Enable authentication via the Keycloak overlay where the deployment is shared.

Each is covered in detail below.

Spring Profile per Deployment Mode
----------------------------------

Expand Down
134 changes: 0 additions & 134 deletions docs/operations/production-readiness.rst

This file was deleted.

95 changes: 0 additions & 95 deletions docs/operations/security-audit.rst

This file was deleted.

Loading