eShopOnContainers
eShopOnContainers copied to clipboard
Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studi...
I have an eShopOnContainers project that I have successfully deployed to a portainer.io (v2.9.0) instance by creating a stack with the git Repository integration. All of the containers/images in the...
Unnecessary spaces removed
Since the HTTP application routing add-on is in the process of being retired are there any plans to convert this application to use Web Application Routing for the AKS deployment?...
I used RabbitMQ event bus in my project. Everything works properly. But if a request is not sent to the queue for a while, the consumer will be stop and...
I initiated the eShopOnContainer service, and http://host.docker.internal:5100/ was running smoothly. However, http://host.docker.internal:5104/ encountered an error, as shown below.  NPM and Node.js have been globally installed with the most recent...
In **UserCheckoutAcceptedIntegrationEventHandler**, I see that the **IdentifiedCommand** is created to ensure that consumption is not repeated. `var requestCreateOrder = new IdentifiedCommand(createOrderCommand, @event.RequestId);` When **CheckoutAcceptedIntegrationEvent** have more than one handler, and...
I see docker-compose.prod.yml use http for identityUrlExternal, not https, why? IdentityUrlExternal=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5105
In in the orders controller, there is a method to get an order by its id. It seems like any logged in customer could pass any order id, and the...
Looks like the identity fails when the traffic is coming from htts instead of http. I am running the app on Kubernetes with externalDNS configured and TLS. I am not...