bc4a5bc57772d2b43caafb9947211f2825a8c62b
[oam.git] / solution / integration / smo / common / identity / authentication.json
1 {
2   "roles": {
3     "administration": [
4       {
5         "id": "66f90a7a-3766-4f69-989d-c94910e0bad6",
6         "name": "administration"
7       }
8     ],
9     "provision": [
10       {
11         "id": "7c6d7309-c7c1-4a51-8a85-bd6713af5ca7",
12         "name": "provision"
13       }
14     ],
15     "supervision": [
16       {
17         "id": "d2594199-99c2-4e0c-9b33-94b0a84b569a",
18         "name": "supervision"
19       }
20     ]
21   },
22   "users": [
23     {
24       "firstName": "Leia",
25       "lastName": "Organa",
26       "email": "leia.organa@sdnr.onap.org",
27       "enabled": "true",
28       "username": "leia.organa",
29       "credentials": [
30         {
31           "type": "password",
32           "value": "Default4SDN!",
33           "temporary": false
34         }
35       ]
36     },
37     {
38       "firstName": "R2",
39       "lastName": "D2",
40       "email": "r2.d2@sdnr.onap.org",
41       "enabled": "true",
42       "username": "r2.d2",
43       "credentials": [
44         {
45           "type": "password",
46           "value": "Default4SDN!",
47           "temporary": false
48         }
49       ]
50     },
51     {
52       "firstName": "Luke",
53       "lastName": "Skywalker",
54       "email": "luke.skywalker@sdnr.onap.org",
55       "enabled": "true",
56       "username": "luke.skywalker",
57       "credentials": [
58         {
59           "type": "password",
60           "value": "Default4SDN!",
61           "temporary": false
62         }
63       ]
64     },
65     {
66       "firstName": "Jargo",
67       "lastName": "Fett",
68       "email": "jargo.fett@sdnr.onap.org",
69       "enabled": "true",
70       "username": "jargo.fett",
71       "credentials": [
72         {
73           "type": "password",
74           "value": "Default4SDN!",
75           "temporary": false
76         }
77       ]
78     },
79     {
80       "firstName": "Martin",
81       "lastName": "Skorupski",
82       "email": "martin.skorupski@sdnr.onap.org",
83       "enabled": "true",
84       "username": "martin.skorupski",
85       "credentials": [
86         {
87           "type": "password",
88           "value": "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U",
89           "temporary": false
90         }
91       ]
92     }
93   ],
94   "grants": [
95     {
96       "username":"leia.organa",
97       "role":"administration"
98     },
99     {
100       "username":"r2.d2",
101       "role":"administration"
102     },
103     {
104       "username":"luke.skywalker",
105       "role":"provision"
106     },
107     {
108       "username":"jargo.fett",
109       "role":"supervision"
110     },
111     {
112       "username":"martin.skorupski",
113       "role":"administration"
114     }
115   ]
116 }