daf4d4b94b
draft pr for the test demo harness for permit.io * harness working for permit.io demo * user is const * aws profile * permit import code for research * cleanup * create user tool poc * Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/permit-io-demo * tests for user creation * add audit logs and dry-run * add tests sanity check the requested roles * update docs for delete * disable/enable users and test * more tests and make user name required only for create operations * clean up * add docs * aws tag tests * audit -> slog * attempt build fix devbox * edit * just devbox * remove lock change for merge * Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/permit-io-demo
19 lines
566 B
JSON
19 lines
566 B
JSON
{
|
|
"sub": "e12bb510-30e1-7062-a69a-ca7f3f38d80e",
|
|
"cognito:groups": [
|
|
"uploaders",
|
|
"querybuilders"
|
|
],
|
|
"iss": "https://cognito-idp.us-east-2.amazonaws.com/us-east-2_1y6po8rR8",
|
|
"version": 2,
|
|
"client_id": "552cqkf3640t39ncehkmgpce31",
|
|
"origin_jti": "0750d18e-8588-4d12-acbd-754d7279f317",
|
|
"event_id": "89841577-8dd9-4cd4-a698-a890393305ff",
|
|
"token_use": "access",
|
|
"scope": "openid profile email",
|
|
"auth_time": 1747326253,
|
|
"exp": 1747329853,
|
|
"iat": 1747326253,
|
|
"jti": "739302f1-7334-4718-b124-b51fb958af9a",
|
|
"username": "testuser"
|
|
} |