From inside halyard-pod (or any pod with curl command in it, execute these commands


FIAT=http://spin-fiat:7003

curl -vvv http://spin-fiat.spin:7003/authorize/srinivas%40opsmx.io

curl -s $FIAT/authorize/$user-or-service-account


To Time role/sync, use this command:


date -Ins;curl -X POST $FIAT/roles/sync; echo ""; date -Ins