Closed as not planned
Closed as not planned
Description
Describe the bug
On a Mac M1 laptop with Podman (running through Podman Machine), crane auth get <registry>
fails with credentials not found in native keychain
even if podman itself is successfully logged into the same registry.
Credentials are correctly stored in $HOME/.config/containers/auth.json
To Reproduce
- Login with podman to the target registry:
podman login <registry>
- Try to retrieve credentials for the same registry with crane:
crane auth get <registry>
Expected behavior
Crane should return the expected output for crane auth get
: a JSON containing the credentials, like:
{"Username":"kostola","Secret":"<redacted>"}
Additional context
- Output of
crane version
:0.19.1
- Registry used:
docker.io
,ghcr.io
,quay.io