Change ODL port from 6633 to 6653
[integration/test.git] / csit / variables / aaa / put-dynamic-auth.json
1 {
2    "aaa:http-authorization": {
3      "aaa:policies": {
4        "aaa:policies": [
5          {
6            "aaa:resource": "/**",
7            "aaa:permissions": [
8              {
9                "aaa:role": "user",
10                "aaa:actions": [
11                  "get",
12                  "delete",
13                  "put",
14                  "post"
15                ]
16              },
17              {
18                "aaa:role": "admin",
19                "aaa:actions": [
20                  "get",
21                  "delete",
22                  "put",
23                  "post"
24                ]
25              }
26            ]
27          }
28        ]
29      }
30    }
31  }