You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# For prod: ./m2m-token-prod.secret && API_URL='https://api-gw.platform.linuxfoundation.org/cla-service' ./utils/cla_authorization.sh b71c469a-55e7-492c-9235-fd30b31da2aa andreasgeissler
8
+
# For dev: ./m2m-token-dev.secret && API_URL='https://api-gw.dev.platform.linuxfoundation.org/cla-service' ./utils/cla_authorization.sh 01af041c-fa69-4052-a23c-fb8c1d3bef24 poojapanjwani
9
9
10
10
if [ -z"$TOKEN" ]
11
11
then
@@ -19,17 +19,6 @@ then
19
19
exit 1
20
20
fi
21
21
22
-
if [ -z"$XACL" ]
23
-
then
24
-
XACL="$(cat ./x-acl.secret)"
25
-
fi
26
-
27
-
if [ -z"$XACL" ]
28
-
then
29
-
echo"$0: XACL not specified and unable to obtain one"
30
-
exit 2
31
-
fi
32
-
33
22
if [ -z"$1" ]
34
23
then
35
24
echo"$0: you need to specify cla_group UUID as a 1st parameter, example: 'b71c469a-55e7-492c-9235-fd30b31da2aa', '01af041c-fa69-4052-a23c-fb8c1d3bef24'"
Copy file name to clipboardExpand all lines: utils/lookup_examples.sh
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,3 +15,5 @@ COND="data:signature_project_id = '01af041c-fa69-4052-a23c-fb8c1d3bef24' and dat
15
15
COND="data:signature_reference_id = '1527f0ec-3272-11ec-a3ed-0e7521e28b4e' and data:signature_user_ccla_company_id = 'f7c7ac9c-4dbf-4104-ab3f-6b38a26d82dc' and data:signature_project_id = '01af041c-fa69-4052-a23c-fb8c1d3bef24'" ./utils/lookup_sf.sh signatures signature_id
16
16
# CCLA
17
17
COND="data:signature_project_id = '01af041c-fa69-4052-a23c-fb8c1d3bef24' and data:signature_reference_id = 'f7c7ac9c-4dbf-4104-ab3f-6b38a26d82dc' and data:signature_type = 'ccla' and data:signature_reference_type = 'company' and data:signature_user_ccla_company_id is null and data:signature_approved and data:signature_signed" ./utils/lookup_sf.sh signatures signature_id
0 commit comments