Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
426 changes: 426 additions & 0 deletions crates/celld/durability_encryption.rs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions crates/celld/env_vars.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ pub fn validate() -> anyhow::Result<()> {
for name in [
"CELLD_CLOUD",
"CELLD_CLOUD_RESTART_ON_DEPLOY",
"CELLD_DATA_ENCRYPTION_ALLOW_PLAINTEXT_READS",
"CELLD_DATA_ENCRYPTION_REQUIRED",
"CELLD_LTX_COMPACTION",
"CELLD_OUTPUT_GATE",
"CELLD_PRESENCE_SHADOW",
Expand Down
1 change: 1 addition & 0 deletions crates/celld/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pub mod control_plane;
pub mod dead_node_gc;
pub mod deploy;
pub mod deployment_auth;
pub mod durability_encryption;
pub mod env_vars;
/// Test-only SQLite fault injection, ported from celld unchanged.
///
Expand Down
Loading