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
{{ message }}
This repository was archived by the owner on Aug 20, 2026. It is now read-only.
Hi,
First of all, thank you for all your efforts in creating the gopass helper / this fork!
Context:
I noticed that currently NAMESPACE is hardcoded to io.container.registries, i.e., passwords are stored in ~/.password-store/io.container.registries.
For some reason, another machine I used to use put passwords into the docker-credential-helpers namespace. Unfortunately, I cannot remember which helper I used at the time.
Feature Proposal:
Thus, I propose to allow the customization of NAMESPACE, e.g., via ~/.docker/config.json.
Obviously, there are workarounds (such as moving the old passwords or modifying the variable before compiling). So this is not a high-proprity PR.
Hi,
First of all, thank you for all your efforts in creating the gopass helper / this fork!
Context:
I noticed that currently
NAMESPACEis hardcoded toio.container.registries, i.e., passwords are stored in~/.password-store/io.container.registries.For some reason, another machine I used to use put passwords into the
docker-credential-helpersnamespace. Unfortunately, I cannot remember which helper I used at the time.Feature Proposal:
Thus, I propose to allow the customization of
NAMESPACE, e.g., via~/.docker/config.json.Obviously, there are workarounds (such as moving the old passwords or modifying the variable before compiling). So this is not a high-proprity PR.