aboutsummaryrefslogtreecommitdiffstats
path: root/keystonemiddleware-moon/examples/pki/cms/auth_v3_token_revoked.json
blob: c5dc01a9a0c0b2fa23e2f079a9917a8ed6318338 (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
86
87
88
{
    "token": {
        "catalog": [
            {
                "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"
                    }
                ],
                "endpoints_links": [],
                "type": "volume",
                "name": "volume"
            },
            {
                "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"
                    }
                ],
                "endpoints_links": [],
                "type": "image",
                "name": "glance"
            },
            {
                "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"
                    }
                ],
                "endpoints_links": [],
                "type": "compute",
                "name": "nova"
            },
            {
                "endpoints": [
                    {
                        "adminURL": "http://127.0.0.1:35357/v3",
                        "region": "RegionOne",
                        "internalURL": "http://127.0.0.1:35357/v3",
                        "publicURL": "http://127.0.0.1:5000/v3"
                    }
                ],
                "endpoints_links": [],
                "type": "identity",
                "name": "keystone"
            }
        ],
        "expires_at": "2038-01-18T21:14:07Z",
        "project": {
            "enabled": true,
            "description": null,
            "name": "tenant_name1",
            "id": "tenant_id1",
            "domain": {
                "id": "domain_id1",
                "name": "domain_name1"
            }
        },
        "user": {
            "name": "revoked_username1",
            "id": "revoked_user_id1",
            "domain": {
                "id": "domain_id1",
                "name": "domain_name1"
            }
        },
        "roles": [
            {
                "name": "role1"
            },
            {
                "name": "role2"
            }
        ],
        "methods": [
            "password"
        ]
    }
}