SLEAK-5875: clarify RDS at-rest encryption is opt-in, not default#214
SLEAK-5875: clarify RDS at-rest encryption is opt-in, not default#214agustinoli wants to merge 3 commits into
Conversation
The bot was answering that databases are encrypted with KMS at rest. storage_encrypted defaults to False in the RDS Pulumi module (core/apps/crm/modules/dependency/aws/rds.py) — it's only on if a KMS key is configured at creation time. Added that as a bullet next to the existing SSL/TLS note in ES, and ported the whole "Dependency Access" section to EN, which didn't have it at all.
|
Warning Review limit reached
Next review available in: 31 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…AK-5875) The previous wording described the pre-06/2026 behavior. Since ae8c16d1 (RDS improvements), storageEncrypted defaults to true in the creation schema for MySQL/PostgreSQL/MariaDB/Oracle, and Aurora has always hardcoded storage_encrypted=True with no opt-out. Only dependencies created before that change may lack the flag — called that out instead of stating a blanket "not encrypted by default".
|
Cerrado a favor de #216, que consolida los cambios de SLEAK-5896, SLEAK-5875 y el fix de anchor en un solo PR. |
Summary
core/apps/crm/modules/dependency/aws/rds.py:storage_encrypteddefaults toFalse, only on if a KMS key is configured at dependency creation time.content/docs/es/project/dependency/index.mdxclarifying that at-rest encryption is opt-in.Ref: SLEAK-5875
Test plan
make build— no new broken links/anchors introduced