diff --git a/website/content/docs/agent-and-proxy/proxy/index.mdx b/website/content/docs/agent-and-proxy/proxy/index.mdx index 086ff87edd..a3239b6dbc 100644 --- a/website/content/docs/agent-and-proxy/proxy/index.mdx +++ b/website/content/docs/agent-and-proxy/proxy/index.mdx @@ -131,10 +131,6 @@ environment variable as a comma separated string. This environment variable will Valid values include: `auto-auth`, and `proxying`. Can also be configured by setting the `VAULT_PROXY_DISABLE_KEEP_ALIVES` environment variable as a comma separated string. This environment variable will override any values found in a configuration file. -- `template` ([template][template]: ) - Specifies options used for templating Vault secrets to files. - -- `template_config` ([template_config][template-config]: ) - Specifies templating engine behavior. - - `telemetry` ([telemetry][telemetry]: ) – Specifies the telemetry reporting system. See the [telemetry Stanza](/vault/docs/agent-and-proxy/proxy#telemetry-stanza) section below for a list of metrics specific to Proxy. @@ -349,8 +345,6 @@ listener "tcp" { [caching]: /vault/docs/agent-and-proxy/proxy/caching [apiproxy]: /vault/docs/agent-and-proxy/proxy/apiproxy [persistent-cache]: /vault/docs/agent-and-proxy/proxy/caching/persistent-caches -[template]: /vault/docs/agent-and-proxy/proxy/template -[template-config]: /vault/docs/agent-and-proxy/proxy/template#template-configurations [proxy-api]: /vault/docs/agent-and-proxy/proxy/#proxy_api-stanza [listener]: /vault/docs/agent-and-proxy/proxy#listener-stanza [listener_main]: /vault/docs/configuration/listener/tcp