[ Switch to styled version → ]


← Docs index

Enterprise

Enterprise features add role-based access, identity provider integration, policies, audit logging, and declarative provisioning to networks.

Overview

Enterprise features extend standard networks with controls for production deployments. These include role-based access control (RBAC), identity provider integration, membership policies, structured audit logging, and declarative provisioning through blueprints.

Standard networks treat membership as a binary state. Enterprise networks add controls for permissions (RBAC), membership criteria (identity), permitted traffic (port policies), event logging (audit), and configuration (blueprints).

Enable enterprise

Enterprise features are enabled on a per-network basis at creation time.

pilotctl network create --name prod-fleet --enterprise

Enabling enterprise on a network promotes the creator to the owner role and makes all enterprise features available for that network.

Feature summary

Enterprise gating

Some features require enterprise mode on the network, while others are available to all networks.

Features that require enterprise mode:

Features available to all networks:

Attempting an enterprise operation on a non-enterprise network returns an error. The set_network_enterprise command toggles the flag without affecting existing membership.

Related