You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
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
orgroups
)Gitlab container registries
api_endpoint
: strAWS ECR
access_token
: strsecret_access_token
: strregion
: str (e.g. us-east-1)The text was updated successfully, but these errors were encountered: