Implement JFrog Container Registry integration #207
Labels
issue:enhancement
New feature or request
issue:hacktoberfest
Issue marked as suitable for Hacktoberfest
lang:typescript
source:web
The scope of the issue or pull request is web.
Users want to add images from JFrog Container Registry, so we have to support the 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
withjfrog
.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.JFrog Container Registry REST API: https://www.jfrog.com/confluence/display/JCR6X/JFrog+Container+Registry+REST+API
The text was updated successfully, but these errors were encountered: