...
Table of Content Zone | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
http.proxy.deployment.path.includesThis option defines paths allowed for HTTP proxy deployment by specifying a path prefix. Multiple paths can be specified as a comma-separated list. This ensures that only paths starting with the given segment are permitted, helping teams manage their service deployment routes and avoid conflicts by clearly identifying valid paths for each team. Proxy deployments configured with HTTP listeners are not affected. The check is based on whether the path starts with the specified path segment. For example, if the includes property is set to http.proxy.deployment.path.excludesThis option defines paths for HTTP proxy deployment that should be explicitly blocked by specifying exact matches. Multiple paths can be specified as a comma-separated list. This helps teams prevent certain paths from being used for their service deployments, ensuring that conflicting or unauthorized routes are excluded. Proxy deployments configured with HTTP listeners are not affected. The path check is exact, so the specified path must match exactly. For example, if the excludes property is set to virtual.asset.deployment.path.includesThis option defines paths allowed for virtual asset deployment by specifying a path prefix. Multiple paths can be specified as a comma-separated list. This ensures that only paths starting with the given segment are permitted, helping teams manage their service deployment routes and avoid conflicts by clearly identifying valid paths for each team. The check is based on whether the path starts with the specified path segment. For example, if the includes property is set to virtual.asset.deployment.path.excludesThis option defines paths for virtual asset deployment that should be explicitly blocked by specifying exact matches. Multiple paths can be specified as a comma-separated list. This helps teams prevent certain paths from being used for their service deployments, ensuring that conflicting or unauthorized routes are excluded. The path check is exact, so the specified path must match exactly. For example, if the excludes property is set to virtual.asset.deployment.path.enforce.unique.basepathsThis option specifies whether virtual assets are required to be deployed on unique base paths. When set to Examples The following scenarios illustrate how this option works when enabled: Scenario 1: Deployment Conflict with an Exact Path If the property is set to Scenario 2: Deployment Conflict with an Ancestor Path If the property is set to Scenario 3: Deployment Conflict with a Descendant Path If the property is set to |
...