Document IVANTI_MANAGED_BUS env var in .env.example, reference manual, and API docs

This commit is contained in:
Jordan Ramos
2026-05-13 07:56:03 -06:00
parent 4416f6a25d
commit 0d29a1b84e
3 changed files with 9 additions and 0 deletions

View File

@@ -22,6 +22,10 @@ IVANTI_LAST_NAME=
# Users see only their assigned teams' findings (filtered at query time). # Users see only their assigned teams' findings (filtered at query time).
# Default if unset: NTS-AEO-ACCESS-ENG,NTS-AEO-STEAM # Default if unset: NTS-AEO-ACCESS-ENG,NTS-AEO-STEAM
IVANTI_BU_FILTER=NTS-AEO-ACCESS-ENG,NTS-AEO-STEAM IVANTI_BU_FILTER=NTS-AEO-ACCESS-ENG,NTS-AEO-STEAM
# Comma-separated list of BUs considered "managed" for drift classification.
# Findings leaving these BUs are classified as bu_reassignment in the archive.
# Default if unset: NTS-AEO-ACCESS-ENG,NTS-AEO-STEAM
IVANTI_MANAGED_BUS=NTS-AEO-ACCESS-ENG,NTS-AEO-STEAM
# Set to true if behind Charter's SSL inspection proxy (replicates Python verify=False) # Set to true if behind Charter's SSL inspection proxy (replicates Python verify=False)
IVANTI_SKIP_TLS=false IVANTI_SKIP_TLS=false

View File

@@ -192,3 +192,4 @@ The `/workflowBatch/falsePositive/request` create endpoint returns only `{ id: <
| `IVANTI_SKIP_TLS` | `false` | Set `true` to skip TLS verification | | `IVANTI_SKIP_TLS` | `false` | Set `true` to skip TLS verification |
| `IVANTI_FIRST_NAME` | — | Used for workflow search filter (sync) | | `IVANTI_FIRST_NAME` | — | Used for workflow search filter (sync) |
| `IVANTI_LAST_NAME` | — | Used for workflow search filter (sync) | | `IVANTI_LAST_NAME` | — | Used for workflow search filter (sync) |
| `IVANTI_MANAGED_BUS` | `NTS-AEO-ACCESS-ENG,NTS-AEO-STEAM` | Comma-separated list of BUs considered "managed" for archive drift classification. Findings leaving these BUs are classified as bu_reassignment. |

View File

@@ -182,6 +182,10 @@ IVANTI_FIRST_NAME=
IVANTI_LAST_NAME= IVANTI_LAST_NAME=
# Set to 'true' if your network has SSL inspection / self-signed certs # Set to 'true' if your network has SSL inspection / self-signed certs
IVANTI_SKIP_TLS=false IVANTI_SKIP_TLS=false
# Comma-separated list of BUs considered "managed" for archive drift classification.
# Findings leaving these BUs are classified as bu_reassignment.
# Default if unset: NTS-AEO-ACCESS-ENG,NTS-AEO-STEAM
IVANTI_MANAGED_BUS=NTS-AEO-ACCESS-ENG,NTS-AEO-STEAM
# Jira Data Center REST API (required for Jira Tickets page) # Jira Data Center REST API (required for Jira Tickets page)
# VPN or Charter Network connection required for all Jira instances. # VPN or Charter Network connection required for all Jira instances.