Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 731 Bytes

File metadata and controls

23 lines (18 loc) · 731 Bytes

Authz

build status go report card godoc

CHESS Authentication/authorization service

Example

# 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