Common business logic for bundles
Implementation of items mentioned here but specifically the common business logic so that policy service API manipulate the bundle files instead calling OPA REST API that just make changes in memory of OPA instance.
- OSDU Policy service PUT /api/policy/v1/policies/{policy_id} and DELETE /api/policy/v1/policies/{policy_id} APIs need to make changes to bundles by communicating to bundle server instead of calling equivalent OPA REST API.
Edited by Hrvoje Markovic