Referencing shared object created within VPM within CPL layer
UPE policy enforcement
When referencing a shared object created in VPM from a CPL layer, you require two things.
With the two ${include:mysharedobjectiplist} and condition=mysharedobjectiplist being added to CPL, the below example pushes to CloudSWG target successfully.
Example CPL layer referencing a shared IP object created in VPM named "mysharedobjectiplist" See highlights in bold required to reference a shared object created within VPM within CPL layer.
#if enforcement=wss
${include:mysharedobjectiplist}
<DNS-Proxy>
condition=mysharedobjectiplist dns.request.name=example.domain.com dns.respond(NXDOMAIN)
condition=mysharedobjectiplist dns.request.name=example.domain.com dns.respond(NXDOMAIN)
#endif