Service Cluster Properties
The following cluster properties configure services on the .
gateway83
The following cluster properties configure services on the
API Gateway
. Property | Description |
---|---|
service.anonFederatedPolicies | Controls policies with federated identity assertions. Value is a Boolean.
Default: true |
service.disabledDownloads | Controls which requestors can download WSDL and policy documents for disabled services. The values are:
Default: none |
service.passthroughdownloads | Remote IPs of requestors allowed to download WSDL and policy documents without credentials. Separate each entry with a space. You may optionally add a netmask to the IP address. Both IPv4 and IPv6 addresses are supported. Default: 127.0.0.1 The default value allows only pass-through from the localhost. The full IP address of a client must match one of the items in the list before a download is permitted. Sample values :127.0.0.1 192.168.1 allows pass-through from localhost and from any remote address beginning with 192.168.1 127.0.0.1 10.5.4.41 192.168.1 allows pass-through from localhost, from 10.5.4.41, and from any remote address beginning with 192.168.1 10.7.32.0/24 allows pass-through from remote addresses 10.7.32.0 with a 24-bit network mask (which translates to a permitted address range of 10.7.32.0 to 10.7.32.254) For details, see Manage Interfaces. |
service.validateWssTimestamps | Controls whether the built-in services (token service, policy service) on the API Gateway validate WS-Security timestamps. Value is a Boolean.Default: true |
service.wsdlDependenciesEnabled | Controls whether download of WSDL dependencies (WSDL/Schema) is permitted.
Default: false Set this cluster property to "true" to permit a WSDL with dependencies to be published to UDDI. |
service.wsdlQueryEnabled | Controls whether the download of WSDL using the "?wsdl" URL suffix is permitted. When enabled, the WSDL document can be downloaded using the resolution path of the service. Value is a Boolean. Default: true For details, see Downloading WSDL Documents. |
serviceMetrics.enabled | Controls whether the Gateway collects service metrics in the Gateway database. View these metrics in the Service Metrics window of the Gateway Dashboard.
Default: true |