aboutsummaryrefslogtreecommitdiffstats
path: root/keystonemiddleware-moon/examples/pki/cms/auth_v3_token_scoped.json
blob: 90207457e3d2f019f8f0c785234da36647c9ca57 (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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
    "token": {
        "audit_ids": [
            "SLIXlXQUQZWUi9VJrqdXqA"
        ],
        "methods": [
            "password"
        ],
        "roles": [
            {
                "name": "role1"
            },
            {
                "name": "role2"
            }
        ],
        "expires_at": "2038-01-18T21:14:07Z",
        "project": {
            "id": "tenant_id1",
            "domain": {
                "id": "domain_id1",
                "name": "domain_name1"
            },
            "enabled": true,
            "description": null,
            "name": "tenant_name1"
        },
        "catalog": [
            {
                "endpoints": [
                    {
                        "interface": "admin",
                        "url": "http://127.0.0.1:8776/v1/64b6f3fbcc53435e8a60fcf89bb6617a",
                        "region": "regionOne"
                    },
                    {
                        "interface": "internal",
                        "url": "http://127.0.0.1:8776/v1/64b6f3fbcc53435e8a60fcf89bb6617a",
                        "region": "regionOne"
                    },
                    {
                        "interface": "public",
                        "url": "http://127.0.0.1:8776/v1/64b6f3fbcc53435e8a60fcf89bb6617a",
                        "region": "regionOne"
                    }
                ],
                "type": "volume",
                "name": "volume"
            },
            {
                "endpoints": [
                    {
                        "interface": "admin",
                        "url": "http://127.0.0.1:9292/v1",
                        "region": "regionOne"
                    },
                    {
                        "interface": "internal",
                        "url": "http://127.0.0.1:9292/v1",
                        "region": "regionOne"
                    },
                    {
                        "interface": "public",
                        "url": "http://127.0.0.1:9292/v1",
                        "region": "regionOne"
                    }
                ],
                "type": "image",
                "name": "glance"
            },
            {
                "endpoints": [
                    {
                        "interface": "admin",
                        "url": "http://127.0.0.1:8774/v1.1/64b6f3fbcc53435e8a60fcf89bb6617a",
                        "region": "regionOne"
                    },
                    {
                        "interface": "internal",
                        "url": "http://127.0.0.1:8774/v1.1/64b6f3fbcc53435e8a60fcf89bb6617a",
                        "region": "regionOne"
                    },
                    {
                        "interface": "public",
                        "url": "http://127.0.0.1:8774/v1.1/64b6f3fbcc53435e8a60fcf89bb6617a",
                        "region": "regionOne"
                    }
                ],
                "type": "compute",
                "name": "nova"
            },
            {
                "endpoints": [
                    {
                        "interface": "admin",
                        "url": "http://127.0.0.1:35357/v3",
                        "region": "RegionOne"
                    },
                    {
                        "interface": "internal",
                        "url": "http://127.0.0.1:35357/v3",
                        "region": "RegionOne"
                    },
                    {
                        "interface": "public",
                        "url": "http://127.0.0.1:5000/v3",
                        "region": "RegionOne"
                    }
                ],
                "type": "identity",
                "name": "keystone"
            }
        ],
        "user": {
            "domain": {
                "id": "domain_id1",
                "name": "domain_name1"
            },
            "name": "user_name1",
            "id": "user_id1"
        }
    }
}