Skip to content

Instantly share code, notes, and snippets.

@sboardwell
Created August 5, 2019 22:38
Show Gist options
  • Save sboardwell/1183005a22c3b2c8c89f2f5ecb79302c to your computer and use it in GitHub Desktop.
Save sboardwell/1183005a22c3b2c8c89f2f5ecb79302c to your computer and use it in GitHub Desktop.
$ cat google-oauth-config
...someClientID...
...someClientSecret...
$ cat authz_strategy_config
{
"strategy": "GlobalMatrixAuthorizationStrategy",
"user_permissions": {
"authenticated": [
"Overall Read",
"Job Read",
"Job Cancel",
"Job Build",
"View Read"
],
"[email protected]": [
"Overall Administer"
],
"[email protected]": [
"Overall Administer"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment