Skip to main content

NIST 800-53 Control Coverage

ReferencePublicUpdated 2026-04-08

Overview

Coverage levels:

  • Full — SmoothGlue implements and enforces this control automatically
  • Shared — SmoothGlue provides the mechanism; operator configures or manages it
  • Operator — Outside SmoothGlue's scope; operator must implement
Control FamilyIDControl NameCoverageSmoothGlue Implementation
Access ControlAC-2Account ManagementSharedKeycloak manages SSO accounts; operator manages user lifecycle
AC-3Access EnforcementFullKeycloak + AuthService enforce RBAC on all platform surfaces
AC-4Information Flow EnforcementFullKyverno default-deny + Istio mTLS enforce zero-trust flow
AC-17Remote AccessFullAll remote access gated through Keycloak; no direct kubectl without SSO
Audit & AccountabilityAU-2Event LoggingFullLoki aggregates logs from all platform components automatically
AU-3Content of Audit RecordsFullAlloy collector ensures structured, tamper-evident log format
AU-9Audit Information ProtectionSharedLogs stored in Loki; operator configures retention period and export
Configuration ManagementCM-6Configuration SettingsFullKyverno admission policies enforce hardened configs at deploy time
CM-7Least FunctionalityFullDefault-deny network policy; only explicitly permitted services run
Identification & AuthenticationIA-2Identification and AuthenticationFullKeycloak provides SSO; FIPS 140-2/3 cryptography for all auth tokens
IA-5Authenticator ManagementSharedKeycloak manages credentials; password policy configured by operator
IA-7Authentication ModuleFullFIPS 140-2/3 validated modules used for all authentication
Risk AssessmentRA-5Vulnerability ScanningFullGrype scans every image at build time via SBOM cross-reference
System & Communications ProtectionSC-8Transmission ConfidentialityFullIstio mTLS encrypts all inter-service traffic
SC-12Cryptographic Key EstablishmentFullVault manages cryptographic keys; FIPS-validated operations
SC-28Protection of Information at RestSharedVault encryption at rest; operator manages application data store encryption
System & Information IntegritySI-2Flaw RemediationSharedPlatform Custodian patches platform components; operator patches applications
SI-3Malicious Code ProtectionFullNeuVector runtime behavioral analysis monitors all workloads
SI-7Software and Firmware IntegrityFullSBOM + image signing verifies artifact provenance end-to-end
note

This table covers platform baseline controls. Application-level controls (AC-2 user lifecycle, AU-9 log export policy, SC-28 application data encryption) require operator implementation. See Shared Responsibility Model →