docs(connectors): Wiz imports without Projects via a tenant-level Record - #15752
Open
svader0 wants to merge 1 commit into
Open
docs(connectors): Wiz imports without Projects via a tenant-level Record#15752svader0 wants to merge 1 commit into
svader0 wants to merge 1 commit into
Conversation
The Wiz connector used to make a Record only for each Wiz Project, so a tenant with no Projects had nothing to map and imported nothing. It now always reports a tenant-level Record as well, named after the tenant. Rewrite the Wiz section to say what the connector imports and what a Record is, the same way the other tool sections do. Drop the note saying an account without Project visibility has nothing to import, because that is no longer true, and explain when to map the tenant-level Record. Translations updated to match.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The Wiz connector used to create a Record only for each Wiz Project. If a Wiz tenant has no
Projects, that meant no Records, nothing to map, and no findings imported. The sync still
reported success, so nothing pointed at the problem.
The connector now always reports a tenant-level Record as well, named after the tenant, for
example
Wiz Tenant abc12. Mapping that Record imports every Issue and vulnerability findingthe service account can see. It also picks up findings on resources that no Project covers.
This PR is the docs half of that change. It rewrites the Wiz section of the upstream connector
tool reference to say what the connector imports and what a Record is, matching how the other
tool sections read. It also removes the old note claiming an account without Project visibility
has nothing to import, because that is no longer true.
The
read:projectsscope requirement stays, because Discover still asks Wiz for the Projectlist.
The four translations get the same edit.
The code change lives in the Pro connectors repo and ships in the same release.