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
Hi, I use this docker registry UI and I have an issue...
Bug description
I have set up a Registry which requires Basic Auth. The Registry lists all Images and Tags correctly.
When i Click on "Delete" within the UI an error "Access on registry response was blocked. Try adding the header Access-Control-Expose-Headers: Docker-Content-Digest to your proxy or registry: https://docs.docker.com/registry/configuration/#http" is displayed but on the Console u can see that there is an 401 delivered back to the UI from the registry
How to Reproduce
Log into a Registry secured by Basic Auth
Click on 'Delete' on any Image
Error is displayed
Expected behavior
Successful delete (maybe a Basic auth Dialog from Browser before)
System information
OS: Macos
Browser:
Name: Chrome
Version: Version 81.0.4028.0 (Official Build) canary (64-bit)
is your issue related to #104 ? The registry is buggy, it returns 401 status codes on OPTIONS for DELETE requests and that's not how to do it... The full explanation here.
Hi, I use this docker registry UI and I have an issue...
Bug description
I have set up a Registry which requires Basic Auth. The Registry lists all Images and Tags correctly.
When i Click on "Delete" within the UI an error "Access on registry response was blocked. Try adding the header
Access-Control-Expose-Headers: Docker-Content-Digest
to your proxy or registry: https://docs.docker.com/registry/configuration/#http" is displayed but on the Console u can see that there is an 401 delivered back to the UI from the registryHow to Reproduce
Expected behavior
Successful delete (maybe a Basic auth Dialog from Browser before)
System information
The text was updated successfully, but these errors were encountered: