Skip to content

Control mapping

If you are preparing for ISO/IEC 27001, SOC 2 or a customer security review, this page tells you which controls the platform helps with and which it leaves to you.

Legend: provided the platform implements it · partial something is there, with a stated limit · yours the platform does not address it

ControlStatusWhat exists
Unique user identificationprovidedOIDC identities; every audit entry names the actor
Role-based authorisationprovidedFour roles; write endpoints refuse read-only tokens
Least-privilege service credentialsprovidedScoped API tokens; the platform’s own Proxmox token deliberately excludes system modification
Credential storagepartialTokens hashed; several operational secrets are not yet encrypted at rest — see Known gaps
Multi-factor authenticationyoursA property of your identity provider
Access reviewyoursMembership is visible; there is no periodic review workflow
ControlStatusWhat exists
Network segmentationprovidedPrivate networks are isolated layer-3 domains; two networks cannot route to each other
Egress controlprovidedNo egress without a gateway; data tier subnets can never have one, enforced by the API
Host firewallingprovidedRules enforced at the hypervisor, outside the guest
No inbound management pathprovidedThe region connects outbound; no inbound rule is required
Encryption in transit, north-southprovidedHTTPS everywhere; TLS terminated at the load balancer with managed certificates
Encryption in transit, east-westyoursTraffic inside a private network is not encrypted by the platform
DDoS protectionyoursEdge device or an upstream provider
ControlStatusWhat exists
Tenant data separationprovidedAPI scoping, network isolation, hypervisor tagging — see Tenant isolation
Encryption at rest, customer diskspartialProvided by the storage backend if the operator configured it; not managed by the platform
Encryption at rest, control plane secretsyoursNot implemented at the application layer today
Deletion with recovery windowprovidedTwo-phase delete with a cancellable buffer
BackupyoursNo backup product; use Proxmox Backup Server at the infrastructure layer
Data residencyprovidedResources never leave their region; there is no cross-region movement of any kind
ControlStatusWhat exists
Change audit trailprovidedActor, action, resource, before/after, written in the same transaction as the change
Privileged access loggingprovidedConsole sessions, credential display, membership changes
Distinguishing automated actorsprovidedAssistants and tokens are separate actor types from users
Tamper-evident loggingyoursEntries are ordinary rows; no hash chain or write-once store
Log retention policyyoursNo configurable retention or archival; your database backup policy governs
SIEM integrationyoursExport over the API; there is no push integration
ControlStatusWhat exists
Infrastructure as codepartialEverything is API-driven and scriptable; there is no first-party Terraform provider
Reproducible operationsprovidedEvery operation is an idempotent, resumable job
Rollback of destructive changepartialDeletion has a cancellable buffer; other changes do not have undo
Separation of dutiespartialRoles separate read from write; there is no approval workflow
Vulnerability managementyoursGuest patching is yours; hypervisor and appliance base images are the operator’s
ControlStatusWhat exists
Control plane failure toleranceprovidedProvisioned resources are unaffected by a control-plane outage — see Architecture overview
No lock-inprovidedResources are ordinary Proxmox objects, inspectable and repairable with standard tools
High availability of platform componentspartialControl plane can be replicated; load balancers are single-instance today
Disaster recoveryyoursStorage replication and backup are operator concerns

Inherited if you run on an existing installation: segmentation and egress control, hypervisor-enforced firewalling, credential handling, the audit trail, the recovery buffer on deletion, and data residency.

Yours regardless: guest hardening and patching, application security, identity provider policy including MFA, backup and recovery, log retention and forwarding, and your own access review process.

Yours if you self-host: everything an operator owns — hypervisor patching, storage encryption, edge policy, physical security, and the control plane’s own availability.