File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ The platform released is identified after the tag name.
1010- New entry point for passing environment variables when calling a credential helper
1111- Add a Makefile rule generating a Windows release binary
1212
13+ ### Note
14+
15+ ` pass ` needs to be configured for ` docker-credential-pass ` to work properly.
16+ It must be initialized with a ` gpg2 ` key ID. Make sure your GPG key exists is in ` gpg2 ` keyring as ` pass ` uses ` gpg2 ` instead of the regular ` gpg ` .
17+
1318## v0.5.2 (Mac OS X, Windows, Linux)
1419
1520- Add a ` version ` command to output the version
Original file line number Diff line number Diff line change @@ -55,6 +55,12 @@ You can see examples of each function in the [client](https://godoc.org/github.c
55551 . osxkeychain: Provides a helper to use the OS X keychain as credentials store.
56562 . secretservice: Provides a helper to use the D-Bus secret service as credentials store.
57573 . wincred: Provides a helper to use Windows credentials manager as store.
58+ 4 . pass: Provides a helper to use ` pass ` as credentials store.
59+
60+ #### Note
61+
62+ ` pass ` needs to be configured for ` docker-credential-pass ` to work properly.
63+ It must be initialized with a ` gpg2 ` key ID. Make sure your GPG key exists is in ` gpg2 ` keyring as ` pass ` uses ` gpg2 ` instead of the regular ` gpg ` .
5864
5965## Development
6066
You can’t perform that action at this time.
0 commit comments