Skip to content

Commit 1573f73

Browse files
authored
Merge pull request #2100 from DependencyTrack/update-config-docs
Update config docs
2 parents add2120 + e539c0e commit 1573f73

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docs/reference/configuration/api-server.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,15 +1050,6 @@ Configuration properties may use the following types:
10501050
<tr><th>ENV</th><td><code>DT_INIT_TASKS_ENABLED</code></td></tr>
10511051
</table>
10521052

1053-
<span id="dtsecretkeypath">**`dt.secret.key.path`** [](#dtsecretkeypath){ .headerlink }</span>
1054-
: Defines the path to the secret key to be used for data encryption and decryption. The key will be generated upon first startup if it does not exist.
1055-
1056-
<table>
1057-
<tr><th>Type</th><td style="border-width: 0"><code>string</code></td></tr>
1058-
<tr><th>Default</th><td><code>${dt.data.directory}/keys/secret.key</code></td></tr>
1059-
<tr><th>ENV</th><td><code>DT_SECRET_KEY_PATH</code></td></tr>
1060-
</table>
1061-
10621053
<span id="dttmpdelaybomprocessednotification">**`dt.tmp.delay.bom.processed.notification`** [](#dttmpdelaybomprocessednotification){ .headerlink }</span>
10631054
: Delays the BOM_PROCESSED notification until the vulnerability analysis associated with a given BOM upload is completed. The intention being that it is then "safe" to query the API for any identified vulnerabilities. This is specifically for cases where polling the /api/v1/bom/token/<TOKEN> endpoint is not feasible. THIS IS A TEMPORARY FUNCTIONALITY AND MAY BE REMOVED IN FUTURE RELEASES WITHOUT FURTHER NOTICE.
10641055

0 commit comments

Comments
 (0)