File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ It will run services on the following local ports:8001 8091 8443 8888
171
171
5 . Run ` cadctl ` with the payload file created by ` test/generate_incident.sh ` and proxy as well as the backplane URL set to localhost
172
172
173
173
``` bash
174
- BACKPLANE_URL=https://localhost:8443 HTTP_PROXY=http://127.0.0.1:8888 HTTPS_PROXY=http://127.0.0.1:8888 BACKPLANE_PROXY=http://127.0.0.1:8888 ./bin/cadctl investigate --payload-path ./payload --log-level debug"
174
+ BACKPLANE_URL=https://localhost:8443 HTTP_PROXY=http://127.0.0.1:8888 HTTPS_PROXY=http://127.0.0.1:8888 BACKPLANE_PROXY=http://127.0.0.1:8888 ./bin/cadctl investigate --payload-path ./payload --log-level debug
175
175
```
176
176
6 . Close the local infrastructure when done by sending SIGINT (Ctrl+C) to the launch_local_env.sh
177
177
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ check_presence "haproxy"
28
28
check_presence " proxytunnel"
29
29
30
30
# loading env vars
31
- . ${CAD_REPO_PATH} /test/set_stage_env.sh
31
+ . ${CAD_REPO_PATH} /test/set_stage_env.sh
32
32
33
33
# checking env vars
34
34
set +u
@@ -38,7 +38,7 @@ if [[ -z "${OCM_BACKPLANE_REPO_PATH}" ]]; then
38
38
fi
39
39
set -u
40
40
41
- if ! [ $( cat ${OCM_BACKPLANE_REPO_PATH} /configs/ocm.json | jq -r .client_id) = " ocm-backplane-staging" ]; then
41
+ if ! [ " $( cat ${OCM_BACKPLANE_REPO_PATH} /configs/ocm.json | jq -r .client_id) " = " ocm-backplane-staging" ]; then
42
42
echo " OCM Backplane ocm.json (${OCM_BACKPLANE_REPO_PATH} /configs/ocm.json) isn't the ocm-backplane-staging config."
43
43
echo " Please get the config from a backplane pod on a staging backplanes0* cluster (in /ocm inside the pod)"
44
44
echo " and place it in the configs subdirectory of the backplane-api repo."
You can’t perform that action at this time.
0 commit comments