docs: add additional resources for vault agent templating language (#12798)

* docs: add templating language links

* docs: add templating language links
This commit is contained in:
Jason O'Donnell 2021-10-11 14:31:50 -04:00 committed by GitHub
parent b397418e64
commit 8b5d386537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -11,7 +11,7 @@ description: >-
# Vault Agent Templates
Vault Agent's Template functionality allows Vault secrets to be rendered to files
using [Consul Template markup](https://github.com/hashicorp/consul-template/blob/master/docs/templating-language.md).
using [Consul Template markup](https://github.com/hashicorp/consul-template/blob/v0.27.1/docs/templating-language.md).
For globally applicable templating engine configuration, refer to the parameters
within the [`template_config`](/docs/agent/template-config) stanza.
@ -28,6 +28,13 @@ for a short while (including some randomness to help prevent thundering herd
scenarios) and retry. On success, secrets defined in the templates will be
retrieved from Vault and rendered locally.
## Templating Language Resources
The following links contain additional resources for the templating language used by Vault Agent templating.
- [Consul Templating Documentation](https://github.com/hashicorp/consul-template/blob/v0.27.1/docs/templating-language.md)
- [Go Templating Language Documentation](https://pkg.go.dev/text/template#pkg-overview)
## Configuration
The top level `template` block has multiple configurations entries: