mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Fix templating mention in Proxy docs (#24483)
This commit is contained in:
parent
d6bfe428f3
commit
8ab891c962
1 changed files with 0 additions and 6 deletions
|
|
@ -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` <code>([template][template]: <optional\>)</code> - Specifies options used for templating Vault secrets to files.
|
||||
|
||||
- `template_config` <code>([template_config][template-config]: <optional\>)</code> - Specifies templating engine behavior.
|
||||
|
||||
- `telemetry` <code>([telemetry][telemetry]: <optional\>)</code> – 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue