Error: credentials key has http[s]://prefix #11435
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Steps to reproduce the issue:
Install podman on macOS with
brew install podman
. Create a newpodman
machine withpodman init
Use podman as a docker drop-in replacement (I have a symlink in
~/.local/bin
to point to/usr/local/bin/podman
Try to log in to AWS Elastic Container Registry (ECR).
podman login --username AWS --password-stdin https://my-aws-account-number.dkr.ecr.us-east-1.amazonaws.com
This fails with
Error: credentials key has https[s]:// prefix
Try the same command with the docker binary
docker login --username AWS --password-stdin https://my-aws-account-number.dkr.ecr.us-east-1.amazonaws.com
. This works as expected.Describe the results you received:
I ran
podman login --username AWS --password-stdin https://my-aws-account-number.dkr.ecr.us-east-1.amazonaws.com
and got
Error: credentials key has https[s]:// prefix
Describe the results you expected:
I expected to be prompted for a password from
stdin
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
No
Additional environment details (AWS, VirtualBox, physical, etc.):
I believe the macOS version uses QEMU but I'm not sure
The text was updated successfully, but these errors were encountered: