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