CHESS Authentication/authorization service
# obtain kerberos ticket and put it into JSON
cat record.json
{
"user": <your-user-name>,
"ticket": <your kerberos ticket>,
"scope": <read|write>
}
# create JSON payload
curl -X POST -H "Content-type: application/json" \
-d./record.json http://localhost:8380/oath/authorize