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
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.