You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NIST 800-53 / FedRAMP Moderate baseline mapped to pg_hardstorage features.
tags
fedramp
nist
controls
FedRAMP mapping
FedRAMP Moderate baseline (NIST SP 800-53 Rev. 5) controls
that pg_hardstorage directly addresses. The Federal
authority-to-operate (ATO) flow requires an SSP (System
Security Plan) that maps every applicable control to an
implementation; this page is the input for the
"Information Backup" / "Audit and Accountability" /
"System and Communications Protection" sections of that
SSP.
The variant uses GOEXPERIMENT=boringcrypto and links
against the BoringCrypto FIPS-validated module. Refuses to
start if crypto/tls reports non-FIPS. In that FIPS build,
--fips-strict panics on any non-FIPS plugin. (The FIPS build is
not yet shipped; --fips-strict is not present in the default
binary.)
FedRAMP High vs Moderate
This page covers the Moderate baseline. The High
baseline adds enhanced AU-9 (cryptographic + multiple
copies in physically separated locations), AC-6(10)
(prohibit non-privileged from executing privileged
functions), and stricter SC-7 boundary protections. The
existing controls satisfy these enhancements when paired
with multi-region replication and rigorous JIT scoping.
GovCloud regions
Use residency to pin to GovCloud regions:
pg_hardstorage residency set fedramp-prod us-gov-east-1 us-gov-west-1
Cross-boundary residency enforcement on replication is on
the roadmap and not yet shipped — repo replicate does not
refuse cross-region copies, and there is no
--allow-cross-region flag. What ships today is the
read-only pg_hardstorage residency check <deployment>,
which reports verify.residency_violation (exit 9) when the
configured repo's region is outside the policy.
For the SSP, the Markdown is the per-control verdict +
evidence + remediation (where applicable). Pair with the
Audit Evidence Bundle for AU-9 / AU-11 evidence.
What this mapping is NOT
Not an ATO. A federal sponsor's authorising official
issues the ATO; this matrix is one input.
Not a 3PAO assessment substitute. The third-party
assessor (3PAO) verifies each control's implementation;
the matrix is for the SSP draft.
Not legal advice. Mapping decisions are subject to
the agency's authorising official + legal review.