forked from hashicorp/terraform-provider-vault
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vault_token: add pgp_key support (hashicorp#686)
* vault_token: add pgp_key support Signed-off-by: Yoan Blanc <yoan@dosimple.ch> * update vendor Signed-off-by: Yoan Blanc <yoan@dosimple.ch> * fixup! vault_token: add pgp_key support Signed-off-by: Yoan Blanc <yoan@dosimple.ch> * vault_token: conflicts with renewable doesn't work The default value being true, it should simply ignore it when gpg is used. Signed-off-by: Yoan Blanc <yoan@dosimple.ch> * token: test and docs Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
- Loading branch information
Showing
66 changed files
with
18,069 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 40 additions & 0 deletions
40
vendor/github.com/hashicorp/terraform-plugin-sdk/helper/encryption/encryption.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
85 changes: 85 additions & 0 deletions
85
...ithub.com/hashicorp/terraform-plugin-sdk/internal/vault/helper/pgpkeys/encrypt_decrypt.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.