Skip to content

Commit

Permalink
Merge pull request twpayne#877 from twpayne/no-keyring
Browse files Browse the repository at this point in the history
Remove keyring support
  • Loading branch information
twpayne committed Aug 31, 2020
2 parents ec8c0d8 + 6e7d6d5 commit d03b340
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 470 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,9 @@ secrets from [1Password](https://1password.com/),
[Bitwarden](https://bitwarden.com/), [gopass](https://www.gopass.pw/),
[KeePassXC](https://keepassxc.org/), [LastPass](https://lastpass.com/),
[pass](https://www.passwordstore.org/), [Vault](https://www.vaultproject.io/),
Keychain, [Keyring](https://wiki.gnome.org/Projects/GnomeKeyring), or any
command-line utility of your choice. You can encrypt individual files with
[GnuPG](https://www.gnupg.org). You can checkout your dotfiles repo on as many
machines as you want without revealing any secrets to anyone.
or any command-line utility of your choice. You can encrypt individual files
with [GnuPG](https://www.gnupg.org). You can checkout your dotfiles repo on as
many machines as you want without revealing any secrets to anyone.

### Transparent

Expand Down
9 changes: 4 additions & 5 deletions chezmoi.io/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,10 @@ the configuration file in the format of your choice. chezmoi can retrieve
secrets from [1Password](https://1password.com/),
[Bitwarden](https://bitwarden.com/), [gopass](https://www.gopass.pw/),
[KeePassXC](https://keepassxc.org/), [LastPass](https://lastpass.com/),
[pass](https://www.passwordstore.org/), [Vault](https://www.vaultproject.io/),
Keychain, [Keyring](https://wiki.gnome.org/Projects/GnomeKeyring), or any
command-line utility of your choice. You can encrypt individual files with
[GnuPG](https://www.gnupg.org). You can checkout your dotfiles repo on as many
machines as you want without revealing any secrets to anyone.
[pass](https://www.passwordstore.org/), [Vault](https://www.vaultproject.io/),,
or any command-line utility of your choice. You can encrypt individual files
with [GnuPG](https://www.gnupg.org). You can checkout your dotfiles repo on as
many machines as you want without revealing any secrets to anyone.

### Transparent

Expand Down
1 change: 0 additions & 1 deletion cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ type Config struct {
executeTemplate executeTemplateCmdConfig
_import importCmdConfig
init initCmdConfig
keyring keyringCmdConfig
managed managedCmdConfig
purge purgeCmdConfig
remove removeCmdConfig
Expand Down
49 changes: 0 additions & 49 deletions cmd/docs.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions cmd/helps.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 0 additions & 57 deletions cmd/secretkeyring.go

This file was deleted.

29 changes: 0 additions & 29 deletions cmd/secretkeyringget.go

This file was deleted.

38 changes: 0 additions & 38 deletions cmd/secretkeyringset.go

This file was deleted.

Loading

0 comments on commit d03b340

Please sign in to comment.