File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ CD_USER_TYPE=""
1919CD_USER_ID_B64=" "
2020PIPELINE_TRIGGER_SECRET_B64=" "
2121WEBHOOK_HMAC_KEY_B64=" "
22+ WEBHOOK_ALLOWED_IP_RANGES=" "
2223TAILOR_VERBOSE=" "
2324TAILOR_NON_INTERACTIVE=" "
2425
Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ tailor mock --receive='--non-interactive apply --namespace=foo-cd --param=PIPELI
107107 --ods-bitbucket-project=opendevstack \
108108 --pipeline-trigger-secret-b64=$( echo -n " s3cr3t" | base64) \
109109 --webhook-hmac-key-b64=$( echo -n " webhook-secret" | base64) \
110+ --webhook-allowed-ip-ranges=' 0.0.0.0/0' \
110111 --cd-user-type=general \
111112 --cd-user-id-b64=$( echo -n " cd_user" | base64) \
112113
@@ -127,6 +128,7 @@ tailor mock --receive='--non-interactive apply --namespace=foo-cd --param=PIPELI
127128 --ods-bitbucket-project=opendevstack \
128129 --pipeline-trigger-secret-b64=$( echo -n " s3cr3t" | base64) \
129130 --webhook-hmac-key-b64=$( echo -n " webhook-secret" | base64) \
131+ --webhook-allowed-ip-ranges=' 0.0.0.0/0' \
130132 --cd-user-type=specific \
131133 --cd-user-id-b64=$( echo -n " foo" | base64) \
132134
You can’t perform that action at this time.
0 commit comments