Mike Green
33e839eb62
clarify more sink options ( #12586 )
2021-12-07 12:16:14 -08:00
mickael-hc
70ca551f13
docs: winsvc update recommendations ( #13280 )
2021-12-07 10:35:13 -08:00
Harsimran Singh Maan
18638960b3
Fix typo ( #13355 )
2021-12-06 17:23:03 -08:00
Yoko Hyakuna
0d0065ca98
Update Vault Agent intro ( #13267 )
...
* Update Vault Agent intro
* Update website/content/docs/agent/index.mdx
Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com >
* Update website/content/docs/agent/index.mdx
Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com >
* Update website/content/docs/agent/index.mdx
Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com >
* Update website/content/docs/agent/index.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
* Update website/content/docs/agent/index.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
* Update website/content/docs/agent/index.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
* Update website/content/docs/agent/index.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
* Update website/content/docs/agent/index.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
* Update website/content/docs/agent/index.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
* Update website/content/docs/agent/index.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
* Update website/content/docs/agent/index.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
* Update website/content/docs/agent/index.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
* Update website/content/docs/agent/index.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
* Update website/content/docs/agent/index.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
* Update website/content/docs/agent/index.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
* Update website/content/docs/agent/index.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
* Update website/content/docs/agent/index.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
* Update website/content/docs/agent/index.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
* Update website/content/docs/agent/index.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
* Update website/content/docs/agent/index.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
* Update website/content/docs/agent/index.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com >
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
2021-11-24 12:41:11 -08:00
Theron Voran
98421bb68c
docs: agent cache config requirements ( #13006 )
...
Added a note that agent cache requires at least one listener or template
to be defined in the config, and a couple spelling corrections.
Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com >
2021-11-02 11:29:40 -07:00
Tom Proctor
e6840b269c
agent: Docs for auto-auth and limited-use tokens ( #12918 )
...
There are a number of auth methods that support creating tokens with a limited number of uses. However, Vault Agent doesn't track the uses remaining for its auto-auth token, so it may result in flaky permission denied responses if that limit is hit and Vault Agent remains unaware.
2021-10-25 18:25:24 +01:00
DJCrabhat
7d2fa4323e
Add nonce configuration parameter to agent AWS auto-auth documentation ( #10926 )
...
* Update aws.mdx
Was looking how to give the vault agent with AWS auth-auth the same nonce, but saw it wasn't documented. Dove through the code, found https://github.com/hashicorp/vault/blob/master/command/agent/auth/aws/aws.go#L139 and https://github.com/hashicorp/vault/blob/master/command/agent/auth/aws/aws.go#L215
(tried to call out the importance and point to docs, know setting `nonce` poorly could be very bad!)
* add line breaks
* Apply suggestions from code review
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
Co-authored-by: hghaf099 <83242695+hghaf099@users.noreply.github.com >
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
2021-10-13 10:45:34 -04:00
Jason O'Donnell
0ca3b0500c
docs: add additional resources for vault agent templating language ( #12798 )
...
* docs: add templating language links
* docs: add templating language links
2021-10-11 14:31:50 -04:00
Pratyoy Mukhopadhyay
77348cacef
Remove deprecated reauth function from docs ( #12482 )
2021-09-03 06:09:21 -07:00
Calvin Leung Huang
4eff2e385d
docs: fix exit flag reference on agent ( #12401 )
2021-08-24 14:26:56 -07:00
Mike Green
91bb2cebc2
Add agent approle method example ( #12297 )
2021-08-19 11:03:57 -04:00
Andrei Burd
5ba50d927d
Agent template static secrets docs update ( #12307 )
...
* Agent template static secrets docs update
static_secret_render_interval mention
* Update website/content/docs/agent/template.mdx
Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com >
Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com >
2021-08-11 12:30:37 -04:00
Rowan Smith
b558cb589d
Fixed typo for 'forward' value in relation to caching ( #12199 )
2021-07-29 07:41:08 -04:00
akosuadenell
6dcfb79d5d
Update template.mdx ( #11913 )
...
Deleted duplicate text
2021-07-28 11:54:15 -07:00
Nick Cabatoff
8acecaf472
Add overlooked 1.7 agent cache eventual consistency options. ( #11964 )
2021-06-29 15:36:10 -04:00
Jason O'Donnell
22d8470f4f
agent/template: add static_secret_render_interval configurable ( #11934 )
...
* agent/template: add default_lease_duration config
* go mod tidy
* Add changelog
* Fix panic
* Add documentation
* Change to static_secret_render_interval
* Update doc
* Update command/agent/template/template.go
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com >
* Update changelog/11934.txt
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com >
* Update website/content/docs/agent/template-config.mdx
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com >
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com >
2021-06-24 15:40:31 -04:00
Calvin Leung Huang
523a9c969c
agent: restart template runner on retry for unlimited retries ( #11775 )
...
* agent: restart template runner on retry for unlimited retries
* template: log error message early
* template: delegate retries back to template if param is set to true
* agent: add and use the new template config stanza
* agent: fix panic, fix existing tests
* changelog: add changelog entry
* agent: add tests for exit_on_retry_failure
* agent: properly check on agent exit cases, add separate tests for missing key vs missing secrets
* agent: add note on difference between missing key vs missing secret
* docs: add docs for template_config
* Update website/content/docs/agent/template-config.mdx
Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com >
* Update website/content/docs/agent/template-config.mdx
Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com >
* Update website/content/docs/agent/template-config.mdx
Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com >
* Update website/content/docs/agent/template-config.mdx
Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com >
* Update website/content/docs/agent/template-config.mdx
Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com >
* docs: fix exit_on_retry_failure, fix Functionality section
* docs: update interaction title
* template: add internal note on behavior for persist case
* docs: update agent, template, and template-config docs
* docs: update agent docs on retry stanza
* Apply suggestions from code review
Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com >
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com >
* Update changelog/11775.txt
Co-authored-by: Brian Kassouf <briankassouf@users.noreply.github.com >
* agent/test: rename expectExit to expectExitFromError
* agent/test: add check on early exits on the happy path
* Update website/content/docs/agent/template-config.mdx
Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com >
Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com >
Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com >
Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com >
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com >
Co-authored-by: Brian Kassouf <briankassouf@users.noreply.github.com >
2021-06-21 16:10:15 -07:00
Tom Proctor
d0d7a13445
Clarify supported TCP listener config options for Agent ( #11714 )
2021-05-27 15:47:45 +01:00
Austin Gebauer
98db3a089f
Update GCP auth docs for signJwt transition to Service Account Credentials API ( #11568 )
2021-05-11 16:57:12 -07:00
Yoko
720533202a
[Docs] Add relevant Learn tutorial links ( #11440 )
...
* Add cross-links to matching Learn tutorials
* Undo automatic format update by Atom
* Fix a typo
* Fix a grammartical error
2021-04-22 10:09:31 -07:00
xka5h
6b2f99cd6e
Update index.mdx to fix link to vault agent as a windows service link ( #11356 )
...
* Update index.mdx
fixed link for windows agent
* removing the 's' in agents
Co-authored-by: Bryce Kalow <bkalow@hashicorp.com >
Co-authored-by: Bryce Kalow <bkalow@hashicorp.com >
2021-04-19 11:36:43 -07:00
Jason O'Donnell
60f3ba99a4
docs: add persistent cache ( #11272 )
...
* docs: add persistent cache
* Clarify documentation
* Update website/content/docs/agent/caching/index.mdx
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com >
* Update website/content/docs/agent/caching/persistent-caches/kubernetes.mdx
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com >
* Update index.mdx
* Update website/content/docs/agent/caching/index.mdx
Co-authored-by: Calvin Leung Huang <cleung2010@gmail.com >
* Update website/content/docs/agent/caching/index.mdx
Co-authored-by: Calvin Leung Huang <cleung2010@gmail.com >
* Update index.mdx
* Update kubernetes.mdx
* Resolve conflicts
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com >
Co-authored-by: Calvin Leung Huang <cleung2010@gmail.com >
2021-04-08 10:19:17 -04:00
Bryce Kalow
e27b43c482
feat(website): migrates nav data format and updates docs pages ( #11242 )
...
* migrates nav data format and updates docs pages
* removes sidebar_title from content files
2021-04-06 13:49:04 -04:00
Nick Cabatoff
448902ea75
Update docs for agent's new vault.retry stanza. ( #11151 )
2021-03-22 12:50:59 -04:00
Jim Kalafut
022574a871
Add configurable exponential backoff to Agent auto-auth ( #10964 )
2021-02-23 12:04:21 -08:00
Nick Cabatoff
3cc659ac83
Add docs for Agent's template_retry option added in #10644 , based on those from consul-template configuration. Also fix some existing config docs that weren't adhering to our conventions. ( #10911 )
2021-02-18 11:24:36 -08:00
Josh Black
5b04a7d279
Clarify docs around using the Vault Agent as a windows service ( #10519 )
2021-02-01 10:03:42 -08:00
Jim Kalafut
316cceaf5b
Clarify agent lease renewal docs ( #10772 )
2021-01-26 12:07:59 -08:00
John Eikenberry
ce41d2e8b2
fix deep links to consul-template docs ( #10768 )
2021-01-25 16:42:19 -08:00
Jeff Escalante
179df992c0
Implement MDX Remote ( #10581 )
...
* implement mdx remote
* fix an unfenced code block
* fix partials path
Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com >
2020-12-17 16:53:33 -05:00