diff --git a/docs/reference/configuration/properties.md b/docs/reference/configuration/properties.md index 28e6ba6c..860ca6d0 100644 --- a/docs/reference/configuration/properties.md +++ b/docs/reference/configuration/properties.md @@ -1398,27 +1398,22 @@ Specifies if the username entered during login needs to be formatted prior to a -## Notification +## Networking -**`dt.notification-publisher.email.allow-local-connections`** [¶](#dtnotification-publisheremailallow-local-connections){ .headerlink } +**`dt.outbound.allowed-destinations`** [¶](#dtoutboundallowed-destinations){ .headerlink } -Defines whether the email notification publisher is allowed to connect to local hosts. +Defines which destinations outbound connections may reach.

Every address a host resolves to must be allowed. Connections to the database, S3 file storage, LDAP, and OIDC identity providers are always allowed.

Supported entries: Link-local, unspecified, and cloud metadata addresses (e.g. `169.254.169.254`) are always denied, unless an IP address or CIDR range entry at least as specific allows them. Hostname entries never do.

Requests through the configured HTTP proxy are only checked when the destination is an IP address. - - - + + + +
Typeboolean
Defaultfalse
ENVDT_NOTIFICATION_PUBLISHER_EMAIL_ALLOW_LOCAL_CONNECTIONS
Typestring
Defaultexternal,private
Exampleexternal,private,10.1.0.0/16
ENVDT_OUTBOUND_ALLOWED_DESTINATIONS
-**`dt.notification-publisher.kafka.allow-local-connections`** [¶](#dtnotification-publisherkafkaallow-local-connections){ .headerlink } -Defines whether the Kafka notification publisher is allowed to connect to local hosts. - - - - -
Typeboolean
Defaultfalse
ENVDT_NOTIFICATION_PUBLISHER_KAFKA_ALLOW_LOCAL_CONNECTIONS
+## Notification **`dt.notification.outbox-relay.batch-size`** * [¶](#dtnotificationoutbox-relaybatch-size){ .headerlink } @@ -2059,16 +2054,6 @@ Defines the name of the data source to be used by the internal vulnerability ana ENVDT_VULN_ANALYZER_INTERNAL_DATASOURCE_NAME -**`dt.vuln-analyzer.oss-index.allow-local-connections`** [¶](#dtvuln-analyzeross-indexallow-local-connections){ .headerlink } - -Defines whether the OSS Index vulnerability analyzer is allowed to connect to local hosts. - - - - - -
Typeboolean
Defaultfalse
ENVDT_VULN_ANALYZER_OSS_INDEX_ALLOW_LOCAL_CONNECTIONS
- **`dt.vuln-analyzer.snyk.api-version`** [¶](#dtvuln-analyzersnykapi-version){ .headerlink } Defines the Snyk REST API version to use.

Should only be changed if the default version is discontinued by Snyk and an upgrade of Dependency-Track is not immediately possible.