dyrectorio
dyrectorio copied to clipboard
Implement Amazon Elastic Container Registry (Amazon ECR) integration
Users want to add images from ECR, so we have to support Amazon Elastic Container Registry integration. Before we save the registries we always check the given credentials, so please do not miss it. You have to extend the Prisma schema RegistryTypeEnum with amazon.
You can find existing validations in web/crux/src/app/registry/guards/registry.auth.validation.guard.ts - we are using Nest.js guards for this.
Amazon ECR API: https://docs.aws.amazon.com/AmazonECR/latest/APIReference/Welcome.html
Hello I want to work on this under Hacktoberfest
Hi, I would love to work on this, if this issue is still open.
@polaroi8d can i work on this issue ?