Skip to content

Commit

Permalink
docs(lambda-extension): add line to document new revoke token header …
Browse files Browse the repository at this point in the history
…feature; (#28318)
  • Loading branch information
aztalbot authored Sep 16, 2024
1 parent d466d79 commit 336e0c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/content/docs/platform/aws/lambda-extension.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,8 @@ processing with returned secrets such as automatic lease renewal. The proxy serv
own Vault auth token is the only thing that gets automatically refreshed. It will
synchronously refresh its own token before proxying requests if the token is
expired (including a grace window), and it will attempt to renew its token if the
token is nearly expired but renewable.
token is nearly expired but renewable. The proxy will also immediately refresh its token
if the incoming request header `X-Vault-Token-Options: revoke` is present.

<Note title="Not SnapStart compatible">

Expand Down

0 comments on commit 336e0c7

Please sign in to comment.