Niall Thomson
Niall Thomson
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
### 📜 Description When the [catalog-backend-module-aws](https://github.com/backstage/backstage/tree/master/plugins/catalog-backend-module-aws) package was updated to support the new backend import mechanism only the S3 entity provider [was integrated](https://github.com/backstage/backstage/blob/master/plugins/catalog-backend-module-aws/src/module/catalogModuleAwsS3EntityProvider.ts). Processors like `AwsOrganizationCloudAccountProcessor` and `AwsEKSClusterProcessor` are not...
Currently the load generator has no automated tests, which makes it difficult to verify changes and dependency updates. Add automated tests to the load generator that can be run in...
Add ability to install the Cilium CNI with the [blueprints addon](https://github.com/aws-ia/terraform-aws-eks-blueprints/tree/main/modules/kubernetes-addons/cilium) and add sample network policies that lock down communication between the components. General rules: - UI can communicate with...
Each component should have consistency documentation addressing: - Nature of the component and its use-cases - How to build and run the component locally - Configuration values like environment variables...
To reduce the number of Java components in the architecture migrate the carts service to .NET Core.
Its expected that additional components will be added to this application over time. Document the expectations of an application component such as: - OpenAPI spec - Automated test expectations -...
With the migration to Spring Boot 3 its possible to take advantage of the improved native image story which provides better application startup time. https://docs.spring.io/spring-boot/docs/current/reference/html/native-image.html We should publish a set...
Using Redis with TLS results in the checkout component never responding to queries. The component should work with and without TLS.