We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e7e98 commit 2231f30Copy full SHA for 2231f30
README.md
@@ -62,7 +62,7 @@ This endpoint creates a new named GPG key.
62
{
63
"real_name": "John Doe",
64
"email": "[email protected]",
65
- "key_bits": "4096"
+ "key_bits": 4096
66
}
67
```
68
main.go
@@ -17,10 +17,6 @@ func main() {
17
tlsConfig := apiClientMeta.GetTLSConfig()
18
tlsProviderFunc := pluginutil.VaultPluginTLSProvider(tlsConfig)
19
20
- // Fail the version check, falling back to netRPC
21
- // Workaround hashicorp/vault#3873
22
- os.Unsetenv("VAULT_VERSION")
23
-
24
err := plugin.Serve(&plugin.ServeOpts{
25
BackendFactoryFunc: gpg.Factory,
26
TLSProviderFunc: tlsProviderFunc,
0 commit comments