Property | Description |
---|---|
|
Dictates whether SSL verification should be disabled. Default is true. |
Property | Description |
---|---|
|
The URL where the application resolution endpoint is located. |
The CORS configuration for Commerce gateway to enable cross-origin requests is specified in application-cors.yml
.
This configuration allows any origins, any headers, and the following request methods: GET
, POST
, PUT
, PATCH
, DELETE
, OPTIONS
, and HEAD
.
The properties as specified in application-default.yml
and application-uber.yml
.
Headers:
Service: the service for which the route is defined
Property: the property name for the service referenced under broadleaf.gateway.proxyurls.[service]
, broadleaf.gateway.predicates.[service]
, and broadleaf.gateway.filters.[service]
Default Proxy URL Port: the port specified for the broadleaf.gateway.proxyurls.[service]
property in application-default.yml
. Used when the microservice is deployed independently from the stack. Note that by default, the actual full property value is https://localhost:{port}
.
Uber Override Proxy URL Port: the port specified for the broadleaf.gateway.proxyurls.[service]
property in application-uber.yml
. Used when the microservice stack is bundled and deployed as a single application. Note that by default, the actual full property value is https://localhost:{port}
.
Route Predicate Base Path: base matching path for the route as defined for broadleaf.gateway.predicates.[service]
in application-default.yml
.
Service | Property | Default Proxy URL Port | Uber Override Proxy URL Port | Route Predicate Base Path |
---|---|---|---|---|
Asset |
|
8453 |
8447 |
/api/asset |
Authentication |
|
8443 |
8443 |
/auth |
Authentication API |
|
8443 |
8443 |
/api/auth |
Campaign |
|
8451 |
8447 |
/api/campaign |
Cart Operations |
|
8459 |
8447 |
/api/cart-operations |
Catalog |
|
8442 |
8447 |
/api/catalog |
Catalog Browse |
|
8468 |
8447 |
/api/catalog-browse |
Commerce Web |
|
4000 |
4000 |
Not applicable |
Customer |
|
8463 |
8447 |
/api/customer |
Inventory |
|
8471 |
8447 |
/api/inventory |
Menu |
|
8444 |
8447 |
/api/menu |
Notification |
|
8469 |
8447 |
/api/notification |
Offer |
|
8452 |
8447 |
/api/offer |
Order Operations |
|
8472 |
8447 |
/api/order-operations |
Personalization |
|
8460 |
8447 |
/api/personalization |
Pricing |
|
8448 |
8447 |
/api/pricing |
Sandbox |
|
8449 |
8447 |
/api/sandbox |
Search |
|
8457 |
8447 |
/api/search |
Tenant |
|
8450 |
8447 |
/api/tenant |
Payment Transaction |
|
8476 |
8447 |
/api/payment |