Skip to content

marc-gr/gworkspace_creds_validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 "account@example.com" \
    -scopes "https://www.googleapis.com/auth/admin.reports.audit.readonly" \
    -endpoint "https://www.googleapis.com/admin/reports/v1/activity/users/all/applications/admin"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published