From 00b61c95e74db9b601753815402bb66382908c08 Mon Sep 17 00:00:00 2001 From: TM-PO-Netwrix Date: Fri, 15 May 2026 16:44:47 +0200 Subject: [PATCH 1/2] Remove sudo from docker login command in AWS configuration Generated with AI Co-Authored-By: Claude Code --- .../installation/containerbaseddeployment/awsconfiguration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/privilegesecurediscovery/2.22/installation/containerbaseddeployment/awsconfiguration.md b/docs/privilegesecurediscovery/2.22/installation/containerbaseddeployment/awsconfiguration.md index c85240accc..919794205a 100644 --- a/docs/privilegesecurediscovery/2.22/installation/containerbaseddeployment/awsconfiguration.md +++ b/docs/privilegesecurediscovery/2.22/installation/containerbaseddeployment/awsconfiguration.md @@ -43,7 +43,7 @@ After configuring credentials, authenticate Docker with the Netwrix ECR registry ```bash # Log in to ECR: aws ecr get-login-password --region us-west-2 | \ - sudo docker login --username AWS --password-stdin \ + docker login --username AWS --password-stdin \ 176947481038.dkr.ecr.us-west-2.amazonaws.com ``` From 7ef9701d35e8c6a3a58f53158390fba56b44158f Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 14:48:05 +0000 Subject: [PATCH 2/2] fix(vale): auto-fix style issues (Vale + Dale) --- .../installation/containerbaseddeployment/awsconfiguration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/privilegesecurediscovery/2.22/installation/containerbaseddeployment/awsconfiguration.md b/docs/privilegesecurediscovery/2.22/installation/containerbaseddeployment/awsconfiguration.md index 919794205a..46255ee2b7 100644 --- a/docs/privilegesecurediscovery/2.22/installation/containerbaseddeployment/awsconfiguration.md +++ b/docs/privilegesecurediscovery/2.22/installation/containerbaseddeployment/awsconfiguration.md @@ -6,7 +6,7 @@ sidebar_position: 30 # AWS Configuration -Netwrix hosts NPS-D container images in a private Amazon Elastic Container Registry (ECR). You must +Netwrix hosts Netwrix Privilege Secure for Discovery (NPS-D) container images in a private Amazon Elastic Container Registry (ECR). You must authenticate each Ubuntu machine in the deployment with ECR before `secureone.sh` can pull images. Complete these steps on every node — primary and secondary — before running the deployment script. @@ -20,7 +20,7 @@ credentials. ## Configure AWS Credentials Run the following command and follow the prompts to enter the AWS Access Key ID, Secret Access Key, -and region. Use the credentials provided to you by Netwrix Support. +and region. Use the credentials Netwrix Support provides. ```bash # Configure AWS: