Skip to content

Commit

Permalink
Merge branch 'fast-channel'
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-milovidov committed Nov 7, 2024
2 parents 435ca09 + 61f1229 commit 0b8636d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clickhouse-cloud/cloud-api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ curl -X POST -H 'Content-Type: application/json' -d '
'$([ $TIER == production ] && echo -n "\"minTotalMemoryGb\":${MEMORY},\"maxTotalMemoryGb\":${MEMORY},")'
"ipAccessList": [{"source": "0.0.0.0/0", "description": "anywhere"}]
}
' --silent --show-error --user "${KEY_ID}:${KEY_SECRET}" "https://api.clickhouse.cloud/v1/organizations/${ORGANIZATION}/services" | tee "${TMPDIR}"/service.json | jq
' --silent --show-error --user "${KEY_ID}:${KEY_SECRET}" "https://api.clickhouse.cloud/v1/organizations/${ORGANIZATION}/services" | tee "${TMPDIR}"/service.json | jq | grep -v password

echo ${KEY_ID}:${KEY_SECRET}" "https://api.clickhouse.cloud/v1/organizations/${ORGANIZATION}/services

Expand Down

0 comments on commit 0b8636d

Please sign in to comment.