Authz

command module
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 21, 2025 License: MIT Imports: 31 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL