AWS wickr documentation change
Summary
Updated Docker run command to include '--network=host' and modified S3 bucket and folder names
Security assessment
The changes involve configuration updates and Docker networking settings, but there is no evidence of security vulnerability fixes or security-related documentation being added.
Diff
diff --git a/wickr/latest/adminguide/using-env-variables.md index ffe87bad7..9b745615e 100644 --- a/wickr/latest/adminguide/using-env-variables.md +++ b/wickr/latest/adminguide/using-env-variables.md @@ -12 +12 @@ If you don't want to use Secrets Manager to host the data retention bot credenti - docker run -v /opt/compliance_1234567890_bot:/tmp/compliance_1234567890_bot \ + docker run -v /opt/compliance_1234567890_bot:/tmp/compliance_1234567890_bot --network=host \ @@ -16,2 +16,2 @@ If you don't want to use Secrets Manager to host the data retention bot credenti - -e WICKRIO_S3_BUCKET_NAME='bucket-name' \ - -e WICKRIO_S3_FOLDER_NAME='folder-name' \ + -e WICKRIO_S3_BUCKET_NAME='bot-compliance' \ + -e WICKRIO_S3_FOLDER_NAME='network1234567890' \