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
feat: add support for gopass as a credential store
This change adds support for `gopass` as a credential store, utilizing
the upstream library.
Closes: #138Closes: #166
Signed-off-by: sudoforge <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+18-7Lines changed: 18 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,15 +80,26 @@ You can see examples of each function in the [client](https://godoc.org/github.c
80
80
81
81
### Available programs
82
82
83
-
1. osxkeychain: Provides a helper to use the OS X keychain as credentials store.
84
-
2. secretservice: Provides a helper to use the D-Bus secret service as credentials store.
85
-
3. wincred: Provides a helper to use Windows credentials manager as store.
86
-
4. pass: Provides a helper to use `pass` as credentials store.
83
+
- gopass: Provides a helper to use `gopass` as credentials store.
84
+
- osxkeychain: Provides a helper to use the OS X keychain as credentials store.
85
+
- pass: Provides a helper to use `pass` as credentials store.
86
+
- secretservice: Provides a helper to use the D-Bus secret service as credentials store.
87
+
- wincred: Provides a helper to use Windows credentials manager as store.
87
88
88
-
#### Note
89
+
#### Note regarding `gopass`
89
90
90
-
`pass` needs to be configured for `docker-credential-pass` to work properly.
91
-
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`.
91
+
`gopass` requires manual intervention in order for `docker-credential-gopass` to
92
+
work properly: a password store must be initialized. Please ensure to review the
93
+
upstream [quick start guide][gopass-quick-start] for more information.
0 commit comments