🔧 Abbreviations Reference

Quick reference for common PBAC and Control Core abbreviations used across product UI, APIs, and documentation.

🛡️ Core Authorization Terms

AbbreviationExpansionMeaning in Control Core
PBACPolicy-Based Access ControlAccess model where decisions are driven by policies and runtime context.
ABACAttribute-Based Access ControlAccess control based on user/resource/environment attributes.
RBACRole-Based Access ControlAccess control based on user roles. Often combined with PBAC.
ReBACRelationship-Based Access ControlAccess based on graph/relationship context.
PAPPolicy Administration PointControl Plane authoring and management layer for policies.
PDPPolicy Decision PointDecision engine that evaluates policy requests.
PEPPolicy Enforcement PointRuntime enforcement component (Control Core Bouncer).
PIPPolicy Information PointSource of external/contextual attributes used during decisions.
OPAOpen Policy AgentPolicy engine used for policy evaluation.
RegoRego Policy LanguagePolicy language used to define authorization rules.

📌 Control Core Platform Terms

AbbreviationExpansionMeaning in Control Core
UIUser InterfaceControl Plane web console.
APIApplication Programming InterfaceProgrammatic interfaces exposed by control-plane-api.
SDKSoftware Development KitGenerated/custom client libraries using OpenAPI schema.
CPControl PlaneHosted/self-hosted management plane for policies and governance.
CCControl CoreProduct shorthand used in code and docs.
MVPMinimum Viable ProductBaseline production-ready feature set.
IDEIntegrated Development EnvironmentVS Code, JetBrains, Cursor workflows via APIs.
CI/CDContinuous Integration / Continuous DeliveryAutomation pipelines for policy/test/deploy workflows.
SSOSingle Sign-OnIdentity provider login integration for users.
MFAMulti-Factor AuthenticationAdditional verification factors for authentication and approvals.
JITJust-In-Time (Access)Time-bound privilege elevation/approval pattern.

📌 Bouncer and Runtime Terms

AbbreviationExpansionMeaning in Control Core
BouncerControl Core PEPRequest interception and authorization enforcement service.
Policy BridgeOpen Policy Administration LayerPolicy distribution/synchronization layer for runtime updates.
WSSWebSocket SecureTransport protocol used for secure policy/runtime event streams.
TTLTime To LiveCache/data expiration setting.
QoSQuality of ServiceThroughput/latency/reliability behavior targets.
RPSRequests Per SecondThroughput measure for runtime APIs and bouncers.
SLOService Level ObjectiveReliability/performance target for operations.
SLAService Level AgreementContractual service availability/reliability commitment.

🤖 AI / Context / Advanced Features

AbbreviationExpansionMeaning in Control Core
LLMLarge Language ModelAI model used in AI Gateway/AI Pilot and policy assistant workflows.
RAGRetrieval-Augmented GenerationPattern using indexed context data with LLM prompts.
AIArtificial IntelligenceGeneral AI feature group in Control Core.
SIEMSecurity Information and Event ManagementExternal logging/alert destination for action workflows.
DLPData Loss PreventionPolicy and response modification pattern to prevent data leakage.
PIIPersonally Identifiable InformationSensitive personal data frequently used in masking/redaction policies.
PHIProtected Health InformationHealthcare-sensitive data class for compliance policies.
DPIAData Protection Impact AssessmentCompliance assessment context for data controls.

🚀 Deployment / Infrastructure Terms

AbbreviationExpansionMeaning in Control Core
K8sKubernetesContainer orchestration target for Enterprise deployment.
HAHigh AvailabilityMulti-instance resilient deployment configuration.
LBLoad BalancerTraffic distribution across services/bouncers.
DNSDomain Name SystemDomain routing for Control Plane and docs hosts.
TLSTransport Layer SecurityHTTPS/WSS encryption standard for runtime/control traffic.
JWTJSON Web TokenBearer token format for authenticated API access.
CRUDCreate, Read, Update, DeleteBasic resource lifecycle operation pattern.

🔒 Compliance and Governance Terms

AbbreviationExpansionMeaning in Control Core
SOC 2Service Organization Control 2Security/compliance framework supported by audit controls.
GDPRGeneral Data Protection RegulationEU data protection regulation addressed by policies/auditing.
HIPAAHealth Insurance Portability and Accountability ActHealthcare compliance context for policy controls.
PCI DSSPayment Card Industry Data Security StandardPayment security controls and compliance use cases.
ISO 27001Information Security Management StandardSecurity governance framework relevant to deployment controls.
NISTNational Institute of Standards and TechnologySecurity framework references used in policy baselines.

If you want, next we can split this into:

  • Platform Abbreviations
  • Security/Compliance Abbreviations
  • API/Developer Abbreviations

to make this reference even faster to scan.