Access Control List Inbound Policy
The access control list inbound policy limits access to resources based on parameters of the request
Early Access
This policy is in private beta. If you would like to use this please reach out to us: whatzup@zuplo.com
Configuration
{
"name": "my-acl-policy-inbound-policy",
"policyType": "acl-policy-inbound",
"handler": {
"export": "AClPolicyInbound",
"module": "$import(@zuplo/runtime)",
"options": {
"testKey": "${user.sub}",
"modifier": {
"module": "$import(./modules/ab-test)",
"export": "abTestModifier"
}
}
}
}
Read more about how policies work