Skip to content

Add OCM communication feature

Valerii Kalashnikov requested to merge add_ocm_communication_feature into main

Communication with OCM should be decoupled from the policy service and be up to the policy developer. However, the policy developer should be able to query the OCM for their purposes. That's why we need to create a helper function to interact with it.

The merge request contains the scenarios for the e2e case of OCM communication usage

Merge request reports