Skip to content

Commit d68f9ae

Browse files
authored
Merge pull request #88 from n4ss/add-pass-config-notice
Add instructions for pass helper configuration
2 parents 05a9d4c + 5be80ca commit d68f9ae

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ You can see examples of each function in the [client](https://godoc.org/github.c
5555
1. osxkeychain: Provides a helper to use the OS X keychain as credentials store.
5656
2. secretservice: Provides a helper to use the D-Bus secret service as credentials store.
5757
3. 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

0 commit comments

Comments
 (0)