aboutsummaryrefslogtreecommitdiffstats
path: root/compose/config/opa-pdp/groups.json
blob: ef4ee5f41a347671cef74a111e6ad55bd0b2a152 (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
{
  "groups": [
    {
      "name": "opaGroup",
      "version": "1.0.0",
      "description": "The default group that registers all supported policy types and pdps.",
      "pdpGroupState": "ACTIVE",
      "pdpSubgroups": [
        {
          "pdpType": "opa",
          "desiredInstanceCount": 1,
          "properties": {},
          "supportedPolicyTypes": [
            {
              "name": "onap.policies.native.opa",
              "version": "1.0.0"
            }
          ],
          "policies": []
        }
      ]
    }
  ]
}