Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 424 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 424 Bytes

Google Workspace credentials validator

Usage

$ docker build -t gw-validator .
$ docker run --rm -v "${PWD}/file.json":"/app/creds.json" gw-validator \
    -jwtfile "/app/creds.json" \
    -delegated_account "[email protected]" \
    -scopes "https://www.googleapis.com/auth/admin.reports.audit.readonly" \
    -endpoint "https://www.googleapis.com/admin/reports/v1/activity/users/all/applications/admin"