Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Commit

Permalink
Making the curl command consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
isha2040 committed Dec 10, 2021
1 parent 9ef24a7 commit 6ef655c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/idam-role-assignable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [ -z "$role" ]
echo "Usage: ./idam-role.sh role [role] [description]"
exit 1
fi
authToken=$(curl -H 'Content-Type: application/x-www-form-urlencoded' -XPOST "${IDAM_URI}/[email protected]&password=Ref0rmIsFun" | docker run --rm --interactive stedolan/jq -r .api_auth_token)
authToken=$(curl -s -H 'Content-Type: application/x-www-form-urlencoded' -XPOST "${IDAM_URI}/[email protected]&password=Ref0rmIsFun" | docker run --rm --interactive stedolan/jq -r .api_auth_token)

curl --request POST \
--url "${IDAM_URI}/roles" \
Expand Down

0 comments on commit 6ef655c

Please sign in to comment.