diff --git a/command/agent/config_parse.go b/command/agent/config_parse.go index 43e9e5b22..da14f6fd1 100644 --- a/command/agent/config_parse.go +++ b/command/agent/config_parse.go @@ -689,6 +689,8 @@ func parseTLSConfig(result **config.TLSConfig, list *ast.ObjectList) error { "ca_file", "cert_file", "key_file", + "verify_incoming", + "verify_outgoing", } if err := checkHCLKeys(listVal, valid); err != nil {