Skip to content
Merged
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
7 changes: 7 additions & 0 deletions docs/guides/administration/deploying-to-production.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ Manage two classes of secrets separately:
Dependency-Track's runtime secret store. See
[Configuring secret management](configuring-secret-management.md) for the supported backends.

The database secret provider uses envelope encryption: each secret has its own data encryption key (DEK),
and a key encryption key (KEK) protects the DEKs. By default, each instance generates a KEK keyset file
on disk on first startup. All instances in the cluster must share the same KEK, and refuse to start when
they detect a mismatch. Provision a keyset file once and mount it into
every instance, or supply the KEK directly via environment variable. See
[Configuring secret management](configuring-secret-management.md#key-management) for both approaches.

## Configure authentication

Wire Dependency-Track to your identity provider. Local managed users are for evaluation only:
Expand Down