compatibility api should implement /auth endpoint #9564
Labels
HTTP API
Bug is in RESTful API
kind/feature
Categorizes issue or PR as related to a new feature.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
/kind feature
Description
The docker api /auth endpoint should be implemented.
Steps to reproduce the issue:
curl -X POST -s --unix-socket $XDG_RUNTIME_DIR/podman/podman.sock http://localhost/auth
Describe the results you received:
{"cause":"","message":"Path /auth is not supported","response":0}
Additional information you deem important (e.g. issue happens only occasionally):
This will allow the use of the python SDK for docker login function, which uses this endpoint
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):The text was updated successfully, but these errors were encountered: