summaryrefslogtreecommitdiffstats
path: root/main/src/test/resources/simpleDeploy/createGroupsDelSub.json
AgeCommit message (Collapse)AuthorFilesLines
2019-12-05Create PAP API to only create/update PdpGroupsa.sreekumar1-12/+2
Create an API to create/update PdpGroups. Policies are not allowed to be deployed as part of PDPGroup create/update operation. There will be a separate API as part of POLICY-2274 to deploy policies into individual group/subgroups. Change-Id: I4e2cb43fefe08b22d6f70a1db7c026e83f0ebde0 Issue-ID: POLICY-2273 Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
2019-06-04Undeploy policies when subgroup is deletedJim Hahn1-0/+64
When a subgroup is deleted via the PDP Group create/update API, any PDPs in the subgroup should have all of its policies undeployed. In the process, refactored addOrUpdateSubGroups() out of updateGroup(). Change-Id: I0750802bfb133a655e38493a868744b512ca3fb4 Issue-ID: POLICY-1803 Signed-off-by: Jim Hahn <jrh3@att.com>