From 0e93aa3cea4355b1d6d2a039123d7e9f16e8fa73 Mon Sep 17 00:00:00 2001 From: Guilherme Pereira Date: Wed, 19 Oct 2022 10:41:44 +0100 Subject: [PATCH] Adding support for CloudHub V2 --- deploy/cloudhub_v2.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/deploy/cloudhub_v2.sh b/deploy/cloudhub_v2.sh index c32b951c..9faaecf9 100755 --- a/deploy/cloudhub_v2.sh +++ b/deploy/cloudhub_v2.sh @@ -10,9 +10,10 @@ # # It requires following environment variables: # -# CLIENT_ID - Connected App Client ID -# CLIENT_SECRET - Connected App Client Secret -# PRIVATE_SPACE_ID - Private Space ID where the TLS Context will be created +# CH2_CLIENT_ID - Connected App Client ID +# CH2_CLIENT_SECRET - Connected App Client Secret +# ORGANIZATION_ID - Anypoint Platform Organization ID +# CH2_PRIVATE_SPACE_ID - Private Space ID where the TLS Context will be created # #