We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d76026c commit f3b041eCopy full SHA for f3b041e
chart/pro-builder/README.md
@@ -58,10 +58,7 @@ For pushing images to ECR see: [Push images to Amazon ECR](#push-images-to-amazo
58
Create a HMAC signing secret for use between the Pro Builder and your client:
59
60
```bash
61
-PAYLOAD=$(head -c 32 /dev/urandom |shasum | cut -d ' ' -f 1)
62
-
63
-# Save a copy for later use
64
-echo $PAYLOAD > payload.txt
+$(openssl rand -base64 32) > payload.txt
65
```
66
67
Create a secret with the contents of the signing secret:
0 commit comments