Skip to content

Commit 7ec87dc

Browse files
committed
fix: Disable mapping for passthough proxy
1 parent 22a0706 commit 7ec87dc

File tree

1 file changed

+5
-4
lines changed
  • packages/cipherstash-proxy/src/config

1 file changed

+5
-4
lines changed

packages/cipherstash-proxy/src/config/tandem.rs

+5-4
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,11 @@ impl TandemConfig {
191191
}
192192

193193
pub fn mapping_disabled(&self) -> bool {
194-
match &self.development {
195-
Some(dev) => dev.disable_mapping,
196-
None => false,
197-
}
194+
// match &self.development {
195+
// Some(dev) => dev.disable_mapping,
196+
// None => false,
197+
// }
198+
true
198199
}
199200

200201
pub fn mapping_errors_enabled(&self) -> bool {

0 commit comments

Comments
 (0)