serverless
, standard
, and stateful
. For other workload types, only outbound firewall settings are relevant.0.0.0.0/0
allows full inbound access from the public Internet.0.0.0.0/0
allows full outbound access to the public Internet.inboundHeaderFilter
field, you can filter out requests that do not meet certain http header criteria. You can permit permit headers that contain a specific header/value pair or deny them.
This can be used in conjunction with geo-headers, to allow/deny requests originating from specific locations.
If multiple allow or deny filters are specified, the resulting operation will be triggered if ANY value is matched. It does not have to match all of them.
"barbell"
)none
: No access is allowed between workloads.same-gvc
: Workloads running in the same GVC are accessible.same-org
: Workloads running in the same org are accessible.workload-list
: Specific workloads are allowed access this workload.
view
permission, set within a policy, on the workload being specified.inboundAllowWorkload
to list out the allowed workloads using their links.