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 276cdfe commit 389c729Copy full SHA for 389c729
cross-component/deployexecute/README.md
@@ -108,7 +108,7 @@ curl -sk -X POST ${AUTH_CREDENTIALS[@]} -H "accept: application/json" -H "Conten
108
> - ZEN_API_KEY
109
> - replace `export auth_credentials=(--user "odmAdmin:odmAdmin")` by the commands below:
110
> ```bash
111
-> export BASE64ENCODED_USERNAME_AND_APIKEY=$(echo "${USERNAME}:${ZEN_API_KEY}" | base64)
+> export BASE64ENCODED_USERNAME_AND_APIKEY=$(echo -n "${USERNAME}:${ZEN_API_KEY}" | base64)
112
> export AUTH_CREDENTIALS=(-H "Authorization: ZenApiKey ${BASE64ENCODED_USERNAME_AND_APIKEY}")
113
> ```
114
0 commit comments