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
Pratyoy Mukhopadhyay
77348cacef
Remove deprecated reauth function from docs ( #12482 )
2021-09-03 06:09:21 -07:00
Mike Green
91bb2cebc2
Add agent approle method example ( #12297 )
2021-08-19 11:03:57 -04: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
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
Jim Kalafut
022574a871
Add configurable exponential backoff to Agent auto-auth ( #10964 )
2021-02-23 12:04:21 -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