Skip to main content

StackRox

Container Security

The StackRox connector integrates with Red Hat Advanced Cluster Security for Kubernetes (RHACS / StackRox). It syncs the Kubernetes security posture and container vulnerability data managed by StackRox Central, including clusters, namespaces, nodes, deployments, container images, image components, containers, security policies, policy violations, vulnerability definitions (CVEs), and the per-image/component vulnerability findings.

All data is retrieved from the StackRox Central GraphQL API (/api/graphql), with the connection health check performed against the REST endpoint /v1/alerts. Results are paginated using StackRox Pagination (offset / limit) variables and fetched in parallel.

Data retrieved from StackRox

Connector ObjectRequiredMaps to Data Model
ClusterYesCluster
NamespaceYesNamespace
NodeYesNode
DeploymentYesDeployment
ImageYesImage
ComponentYesComponent
ContainerYesContainer
PolicyYesPolicy
ViolationYesViolation
Vulnerability DefinitionYesVulnerability Definition
VulnerabilityYesVulnerability

Model relationships

note

For detailed steps on how to view the data retrieved from StackRox in the Brinqa Platform, see How to view your data.