Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis <[email protected]>
  • Loading branch information
alexellis authored Nov 20, 2024
1 parent d76026c commit f3b041e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions chart/pro-builder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f3b041e

Please sign in to comment.