Requirements
Supported environments, network requirements, and permissions needed to deploy WNCYBER.
Supported Environments
Identity Sources
| Source | Minimum Version | Connection Method |
|---|---|---|
| Microsoft Entra ID | Any | Microsoft Graph API |
| Active Directory | Windows Server 2012 R2+ | LDAP / LDAPS |
| AWS IAM | N/A | AWS SDK (read-only IAM role) |
| Azure AD / Entra | Any | Microsoft Graph API |
| Google Cloud IAM | N/A | GCP Service Account |
| Okta | Any | Okta API |
| GitHub | Any | GitHub 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.
| Endpoint | Port | Purpose |
|---|---|---|
api.wncyber.com | 443 (TLS) | Control plane API |
sync.wncyber.com | 443 (TLS) | Identity sync |
audit.wncyber.com | 443 (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 rolesApplication.Read.All— read application registrations and service principalsAuditLog.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:
| Component | Minimum | Recommended |
|---|---|---|
| CPU | 2 vCPU | 4 vCPU |
| Memory | 4 GB RAM | 8 GB RAM |
| Disk | 20 GB | 50 GB SSD |
| OS | Ubuntu 22.04+, RHEL 8+ | Ubuntu 22.04 LTS |