podman-py
podman-py copied to clipboard
REGISTRY_AUTH_FILE setting is ignored
Podman and Docker CLIs both check for a REGISTRY_AUTH_FILE environment variable at run time and, if set, use that path to read/write registry credentials. podman-py ignores it and only checks the default podman auth file location.
Is there a way to make podman-py follow the same credential resolution logic as the CLI? Looking at the docs, it seems like credstore_env might be relevant, but details are a little lacking.
The question hould be whether docker-py follows it or not? IE Is it the responsibility of the user to specify it on the library to use it.