Created
August 5, 2019 22:38
-
-
Save sboardwell/1183005a22c3b2c8c89f2f5ecb79302c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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