Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add validation logic for the extra column of container_registries #3189

Open
jopemachine opened this issue Dec 3, 2024 · 0 comments
Open
Milestone

Comments

@jopemachine
Copy link
Member

jopemachine commented Dec 3, 2024

Follow-up to #2621, #2622, #2623, #2624.

Main idea

container_registries.extra column allows different values depending on the registry type.
Let’s add validation logic for the extra column to the container registry API.

Schema

Github container registries

  • entity_type: str (users or groups)

Gitlab container registries

  • api_endpoint: str

AWS ECR

  • access_token: str
  • secret_access_token: str
  • region: str (e.g. us-east-1)
@jopemachine jopemachine added this to the 24.09 milestone Dec 3, 2024
@jopemachine jopemachine changed the title Add validation logic for the extra column of container_registries table Add validation logic for the extra column of container_registries Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant