From f3b041ee3de1bece3d322214bdafaf36ca09a020 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Wed, 20 Nov 2024 14:33:18 +0000 Subject: [PATCH] Update README.md Signed-off-by: Alex Ellis --- chart/pro-builder/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/chart/pro-builder/README.md b/chart/pro-builder/README.md index a9c6dbb6c..bf2e2d736 100644 --- a/chart/pro-builder/README.md +++ b/chart/pro-builder/README.md @@ -58,10 +58,7 @@ For pushing images to ECR see: [Push images to Amazon ECR](#push-images-to-amazo Create a HMAC signing secret for use between the Pro Builder and your client: ```bash -PAYLOAD=$(head -c 32 /dev/urandom |shasum | cut -d ' ' -f 1) - -# Save a copy for later use -echo $PAYLOAD > payload.txt +$(openssl rand -base64 32) > payload.txt ``` Create a secret with the contents of the signing secret: