This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
- Users are now referenced by ID (GUID) and not their username which was an email. Having users email in URL requests was a poor choice!
- API & frontend changes accordingly
- Private APIs prefixed /private added (to Users service) which are not exposed through the API gateway but also have no auth on them
- API gateway scripts and Kubernetes Ingress updated accordingly to block private APIs
- Removed hits to /health and /metric from logging
docker pull ghcr.io/benc-uk/daprstore/products:0.8.3
docker pull ghcr.io/benc-uk/daprstore/cart:0.8.3
docker pull ghcr.io/benc-uk/daprstore/users:0.8.3
docker pull ghcr.io/benc-uk/daprstore/orders:0.8.3
docker pull ghcr.io/benc-uk/daprstore/frontend-host:0.8.3