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

trafaret.dataerror.DataError occurs in backend.ai manager when creating a docker type registry through webUI #1422

Closed
kimjinmyeong opened this issue Jul 27, 2023 · 0 comments · Fixed by #1421
Assignees
Labels
comp:manager Related to Manager component

Comments

@kimjinmyeong
Copy link
Contributor

kimjinmyeong commented Jul 27, 2023

What Operating System(s) are you seeing this problem on?

macOS (Apple Silicon)

Backend.AI version

23.03.9

Describe the bug

When attempting to register a docker type registry through the webUI, a trafaret.dataerror.DataError is encountered in the manager.

image

image

To Reproduce

  1. create Registry in backend.ai WebUI for example,
    image

  2. restart backend.ai manager

Expected Behavior

No errors should occur, Registry should be registered successfully.

Anything else?

No response

@kimjinmyeong kimjinmyeong added type:bug Reports about that are not working comp:manager Related to Manager component labels Jul 27, 2023
@kimjinmyeong kimjinmyeong self-assigned this Jul 27, 2023
@kimjinmyeong kimjinmyeong changed the title DataError occurs in backend.ai manager when registering a new registry through webUI trafaret.dataerror.DataError occurs in backend.ai manager when registering a new registry through webUI Jul 27, 2023
@kimjinmyeong kimjinmyeong changed the title trafaret.dataerror.DataError occurs in backend.ai manager when registering a new registry through webUI trafaret.dataerror.DataError occurs in backend.ai manager when creating a new registry through webUI Jul 27, 2023
@kimjinmyeong kimjinmyeong changed the title trafaret.dataerror.DataError occurs in backend.ai manager when creating a new registry through webUI trafaret.dataerror.DataError occurs in backend.ai manager when creating a docker type registry through webUI Jul 30, 2023
achimnol added a commit that referenced this issue Aug 29, 2023
* Now the manager defines both conversions:
  - user input -> internal struct: `container_registry_iv`
  - internal struct -> etcd stored values: `container_registry_serialize()`

* Add the missing "ssl-verify" / "ssl_verify" key handling when adding
  or modifying the container registry configurations.
@achimnol achimnol removed the type:bug Reports about that are not working label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:manager Related to Manager component
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants