Skip to content

Commit

Permalink
Merge pull request #88 from n4ss/add-pass-config-notice
Browse files Browse the repository at this point in the history
Add instructions for pass helper configuration
  • Loading branch information
jeanlaurent committed Aug 30, 2017
2 parents 05a9d4c + 5be80ca commit d68f9ae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ The platform released is identified after the tag name.
- New entry point for passing environment variables when calling a credential helper
- Add a Makefile rule generating a Windows release binary

### Note

`pass` needs to be configured for `docker-credential-pass` to work properly.
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`.

## v0.5.2 (Mac OS X, Windows, Linux)

- Add a `version` command to output the version
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ You can see examples of each function in the [client](https://godoc.org/github.c
1. osxkeychain: Provides a helper to use the OS X keychain as credentials store.
2. secretservice: Provides a helper to use the D-Bus secret service as credentials store.
3. wincred: Provides a helper to use Windows credentials manager as store.
4. pass: Provides a helper to use `pass` as credentials store.

#### Note

`pass` needs to be configured for `docker-credential-pass` to work properly.
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`.

## Development

Expand Down

0 comments on commit d68f9ae

Please sign in to comment.