open-vault/website/content/docs
tdsacilowski 887e77c2ae
Agent JWT auto auth remove_jwt_after_reading config option (#11969)
Add a new config option for Vault Agent's JWT auto auth
`remove_jwt_after_reading`, which defaults to true. Can stop
Agent from attempting to delete the file, which is useful in k8s
where the service account JWT is mounted as a read-only file
and so any attempt to delete it generates spammy error logs.

When leaving the JWT file in place, the read period for new
tokens is 1 minute instead of 500ms to reflect the assumption
that there will always be a file there, so finding a file does not
provide any signal that it needs to be re-read. Kubernetes
has a minimum TTL of 10 minutes for tokens, so a period of
1 minute gives Agent plenty of time to detect new tokens,
without leaving it too unresponsive. We may want to add a
config option to override these default periods in the future.

Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
2022-07-25 07:42:09 -06:00
..
agent Agent JWT auto auth remove_jwt_after_reading config option (#11969) 2022-07-25 07:42:09 -06:00
audit added link to tutorial (#15762) 2022-06-02 10:15:21 -07:00
auth Fix import statements for auth submodules (#16278) 2022-07-12 12:06:44 -07:00
commands command/server: add dev-tls flag (#16421) 2022-07-22 14:04:03 -04:00
concepts Update policies.mdx (#16312) 2022-07-15 15:28:49 -07:00
configuration Update s3.mdx (#13630) 2022-07-21 10:41:33 -04:00
deprecation updated table for vault 1.11 release (#15856) 2022-06-15 09:40:49 -07:00
enterprise updated note (#16372) 2022-07-19 16:52:41 -07:00
faq updated the ssct faq page (#14806) 2022-03-31 19:50:24 -07:00
get-started Developer Quickstart docs improvements (#16199) 2022-06-30 08:50:35 -07:00
internals Removed IRC reference in architecture internals doc (#15904) 2022-06-09 15:41:14 +01:00
platform Add an "Important Note" regarding EKS CSR approval. (#16406) 2022-07-21 13:34:03 -07:00
plugins docs/plugin-portal: adds missing HashiCorp supported plugins (#16346) 2022-07-18 22:42:49 -07:00
release-notes minor typo fix (#16114) 2022-06-22 14:52:42 -07:00
secrets Transform tokenization key auto-rotate docs (#16410) 2022-07-21 15:48:58 -05:00
upgrading Add 1.10 upgrade note for SSCT on Consul. (#15873) 2022-06-13 11:48:53 -04:00
browser-support.mdx Vault documentation: added a warning message to vault ui browser support doc (#13961) 2022-02-09 09:10:24 -08:00
glossary.mdx docs: add plugin definitions to the glossary (#14795) 2022-04-01 10:37:34 -05:00
index.mdx Implement MDX Remote (#10581) 2020-12-17 16:53:33 -05:00
install.mdx added helm for install--no-verify (#15287) 2022-05-04 13:58:25 -07:00
partnerships.mdx website: fix usages of img tag (#14910) 2022-04-05 16:57:37 -04:00
use-cases.mdx feat(website): migrates nav data format and updates docs pages (#11242) 2021-04-06 13:49:04 -04:00
what-is-vault.mdx Fix the contribution guide link (#16344) 2022-07-18 16:37:31 -07:00