Issue | Related Services |
---|---|
Add SkuInventory’s vendorRef to SkuInventoryAvailabilitySummary so that CartOps can filter summaries based on CartItem’s vendorRef |
CartOps, Inventory |
Issue | Related Services |
---|---|
Tenant Id is included in scheduled job context |
Cart, CartOps, Import, Inventory, Scheduled Jobs |
Inventory Services now has an OAuth2 client to communicate with the other services. The following are the default values for OAuth2 client registration.
spring:
security:
oauth2:
client:
registration:
inventoryclient:
authorization-grant-type: client_credentials
client-id: inventoryclient
client-secret: inventory_secret
provider:
inventoryclient:
token-uri: https://localhost:8443/oauth/token