Restructure of csit files to be used both by docker and k8s config
[policy/docker.git] / csit / resources / tests / data / policy_deploy.json
1 {
2     "groups": [
3         {
4             "name": "defaultGroup",
5             "deploymentSubgroups": [
6                 {
7                     "pdpType": "apex",
8                     "action": "POST",
9                     "policies": [{
10                             "name": "{policyName}",
11                             "version": "1.0.0"
12                         }]
13                 }
14             ]
15         }
16     ]
17 }