aboutsummaryrefslogtreecommitdiffstats
path: root/keystonemiddleware-moon/examples/pki/cms/auth_token_revoked.json
blob: 3da8f8bb30317113269f1b035b83ab5d13039cac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
    "access": {
        "token": {
            "expires": "2038-01-18T21:14:07Z",
            "id": "placeholder",
            "tenant": {
                "id": "tenant_id1",
                "enabled": true,
                "description": null,
                "name": "tenant_name1"
            }
        },
        "serviceCatalog": [
            {
                "endpoints_links": [],
                "endpoints": [
                    {
                        "adminURL": "http://127.0.0.1:8776/v1/64b6f3fbcc53435e8a60fcf89bb6617a",
                        "region": "regionOne",
                        "internalURL": "http://127.0.0.1:8776/v1/64b6f3fbcc53435e8a60fcf89bb6617a",
                        "publicURL": "http://127.0.0.1:8776/v1/64b6f3fbcc53435e8a60fcf89bb6617a"
                    }
                ],
                "type": "volume",
                "name": "volume"
            },
            {
                "endpoints_links": [],
                "endpoints": [
                    {
                        "adminURL": "http://127.0.0.1:9292/v1",
                        "region": "regionOne",
                        "internalURL": "http://127.0.0.1:9292/v1",
                        "publicURL": "http://127.0.0.1:9292/v1"
                    }
                ],
                "type": "image",
                "name": "glance"
            },
            {
                "endpoints_links": [],
                "endpoints": [
                    {
                        "adminURL": "http://127.0.0.1:8774/v1.1/64b6f3fbcc53435e8a60fcf89bb6617a",
                        "region": "regionOne",
                        "internalURL": "http://127.0.0.1:8774/v1.1/64b6f3fbcc53435e8a60fcf89bb6617a",
                        "publicURL": "http://127.0.0.1:8774/v1.1/64b6f3fbcc53435e8a60fcf89bb6617a"
                    }
                ],
                "type": "compute",
                "name": "nova"
            },
            {
                "endpoints_links": [],
                "endpoints": [
                    {
                        "adminURL": "http://127.0.0.1:35357/v2.0",
                        "region": "RegionOne",
                        "internalURL": "http://127.0.0.1:35357/v2.0",
                        "publicURL": "http://127.0.0.1:5000/v2.0"
                    }
                ],
                "type": "identity",
                "name": "keystone"
            }
        ],
        "user": {
            "username": "revoked_username1",
            "roles_links": [
                "role1",
                "role2"
            ],
            "id": "revoked_user_id1",
            "roles": [
                {
                    "name": "role1"
                },
                {
                    "name": "role2"
                }
            ],
            "name": "revoked_username1"
        }
    }
}