AWS Security ChangesHomeSearch

AWS wickr documentation change

Service: wickr · 2025-03-02 · Documentation low

File: wickr/latest/adminguide/data-retention-startup-asm-s3.md

Summary

Updated Docker command with network host mode and modified secret name

Security assessment

Similar to the previous Wickr change, this involves Docker networking and secret names but does not address a specific security issue or add new security documentation.

Diff

diff --git a/wickr/latest/adminguide/data-retention-startup-asm-s3.md
index 8fc20b91c..e00f64368 100644
--- a/wickr/latest/adminguide/data-retention-startup-asm-s3.md
+++ b/wickr/latest/adminguide/data-retention-startup-asm-s3.md
@@ -12 +12 @@ You can use the Secrets Manager to host the credentials, and the Amazon S3 bucke
-    docker run -v /opt/compliance_1234567890_bot:/tmp/compliance_1234567890_bot \
+    docker run -v /opt/compliance_1234567890_bot:/tmp/compliance_1234567890_bot --network=host \
@@ -15 +15 @@ You can use the Secrets Manager to host the credentials, and the Amazon S3 bucke
-     -e AWS_SECRET_NAME='wickr/data/retention/bot' \
+     -e AWS_SECRET_NAME='wickrpro/alpha/compliance_1234567890_bot' \