Docs Getting Started Requirements

Requirements

Supported environments, network requirements, and permissions needed to deploy WNCYBER.

Supported Environments

Identity Sources

SourceMinimum VersionConnection Method
Microsoft Entra IDAnyMicrosoft Graph API
Active DirectoryWindows Server 2012 R2+LDAP / LDAPS
AWS IAMN/AAWS SDK (read-only IAM role)
Azure AD / EntraAnyMicrosoft Graph API
Google Cloud IAMN/AGCP Service Account
OktaAnyOkta API
GitHubAnyGitHub App / OAuth

Kubernetes & Container Platforms

  • Kubernetes 1.24+
  • OpenShift 4.10+
  • Amazon EKS, Azure AKS, Google GKE

CI/CD Systems

  • GitHub Actions, GitLab CI, Jenkins, Azure DevOps, CircleCI, Bitbucket Pipelines

Network Requirements

WNCYBER connectors make outbound-only connections to the WNCYBER control plane. No inbound firewall rules are required.

EndpointPortPurpose
api.wncyber.com443 (TLS)Control plane API
sync.wncyber.com443 (TLS)Identity sync
audit.wncyber.com443 (TLS)Audit log streaming

If your environment uses a proxy, configure the HTTPS_PROXY environment variable on the connector host.

Permissions

Microsoft Entra ID / Azure AD

WNCYBER requires an app registration with the following read-only Microsoft Graph API application permissions:

  • Directory.Read.All — read users, groups, and roles
  • Application.Read.All — read application registrations and service principals
  • AuditLog.Read.All — read sign-in and audit logs

For the contact form email integration (Microsoft Graph mail sending):

  • Mail.Send — send email on behalf of a specific mailbox

AWS IAM

Create a read-only IAM role with the following managed policies:

  • ReadOnlyAccess — or a custom policy scoped to IAM, STS, and Secrets Manager read actions

Browser Requirements

The WNCYBER console supports the last two major versions of:

  • Google Chrome
  • Microsoft Edge
  • Mozilla Firefox
  • Apple Safari

Hardware Requirements (Self-Hosted)

For private deployments, each connector node requires:

ComponentMinimumRecommended
CPU2 vCPU4 vCPU
Memory4 GB RAM8 GB RAM
Disk20 GB50 GB SSD
OSUbuntu 22.04+, RHEL 8+Ubuntu 22.04 LTS