Composite Inbound (Group Policies) Policy
The Composite policy allows you to create groups of other policies, for easy reuse across multiple routes. Other policies are referenced by their name
.
danger
Be careful not to create circular references which can cause your gateway to fail.
Configuration
{
"name": "my-composite-inbound-policy",
"policyType": "composite-inbound",
"handler": {
"export": "CompositeInboundPolicy",
"module": "$import(@zuplo/runtime)",
"options": {
"policies": [
"POLICY_1",
"POLICY_2"
]
}
}
}
Read more about how policies work