AWS Security ChangesHomeSearch

AWS wickr documentation change

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

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

Summary

Updated Docker command with network host mode and modified secret name

Security assessment

While the changes involve security-related components (Docker networking and secret names), there is no evidence of addressing a specific security issue or adding new security documentation.

Diff

diff --git a/wickr/latest/adminguide/data-retention-startup-asm-s3-KMS.md
index a6a14eaee..fdf8c30f6 100644
--- a/wickr/latest/adminguide/data-retention-startup-asm-s3-KMS.md
+++ b/wickr/latest/adminguide/data-retention-startup-asm-s3-KMS.md
@@ -12 +12 @@ You can use the Secrets Manager to host the credentials, the Amazon S3 bucket, a
-    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, the Amazon S3 bucket, a
-     -e AWS_SECRET_NAME='wickr/data/retention/bot' \
+     -e AWS_SECRET_NAME='wickrpro/alpha/compliance_1234567890_bot' \