1868 Commits

Author SHA1 Message Date
Jeremy Jeffery
c58a76e9fa
Update Documentation to include lease_threshold_renewal clarity (#28943)
* Update Documentation to include lease_threshold_renewal clarity

Also updated to include PKICert documentation that shows using "writetoFile" such that practitioners can reference it while using it for the Vault Agent

* Update template.mdx

* Update website/content/docs/agent-and-proxy/agent/template.mdx

Co-authored-by: Violet Hynes <a.xenasis@gmail.com>

---------

Co-authored-by: Violet Hynes <a.xenasis@gmail.com>
2025-05-21 12:03:09 -07:00
Amir Aslamov
a005b20ae5
VAULT-36166 Deprecate counters/tokens api in Docs (#30591)
* remove reference to tokens api

* remove the tokens word from the page and use clients instead for clarity

* add the deprecation notice to the deprecations page

* Update website/content/partials/deprecation/internal-counters-tokens-api.mdx

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>

* Update website/content/partials/deprecation/internal-counters-tokens-api.mdx

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>

* Update website/content/api-docs/system/internal-counters.mdx

Co-authored-by: akshya96 <87045294+akshya96@users.noreply.github.com>

* Update website/content/partials/deprecation/internal-counters-tokens-api.mdx

Co-authored-by: divyaac <divya.chandrasekaran@hashicorp.com>

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
Co-authored-by: akshya96 <87045294+akshya96@users.noreply.github.com>
Co-authored-by: divyaac <divya.chandrasekaran@hashicorp.com>
2025-05-20 16:18:03 -04:00
Yoko Hyakuna
768ef2ca46
Minor format fixes (#30689) 2025-05-20 12:07:09 -07:00
Theron Voran
e59b16bbc7
docs/vault-helm: install the chart in a non-default namespace (#30270)
The `default` namespace on OpenShift clusters doesn't have the right
security context so things like volume permissions will be out of
whack.
2025-05-20 11:56:59 -07:00
Sarah Chavis
f650c5a042
[DOCS] Replace with link to changelog in github (#30693)
* replace with link to changelog in github

* fix URL reference
2025-05-20 11:28:37 -07:00
Guilherme Santos
7c3da302c1
docs: remove venafi plugin documentation (#30682)
Remove documentation for the Venafi plugin. This change aligns with the
standard approach of having third-party plugins host and maintain their
own documentation (e.g., KeyFactor, AppviewX).

Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2025-05-20 10:30:47 -07:00
drewmullen
6e67294f4f
Terraform secret engine docs - support multiple team tokens (#30477)
* include docs for multi team tokens

* separate legacy team and org token docs

* update to reflect system max_ttl behavior

* Update website/content/docs/secrets/terraform.mdx

Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>

* Update website/content/docs/secrets/terraform.mdx

Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>

* Update website/content/docs/secrets/terraform.mdx

Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>

* Update website/content/docs/secrets/terraform.mdx

---------

Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2025-05-20 08:11:12 -07:00
Jenny Deng
1b037c99cc
[VAULT-35162] Development Cluster setting docs (#30659)
* add docs

* change wording

* add changelog

* Update changelog/30659.txt

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>

* Apply suggestions from code review

Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>

---------

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2025-05-19 12:26:27 -07:00
divyaac
0b4820542e
Added docs for metadata I missed (#30664)
* Added docs for metadata I missed

* Updated wording
2025-05-19 10:56:54 -07:00
JMGoldsmith
c4457366b3
Revert "PostgreSQL backend passwordless authentication in cloud (#30564)" (#30668)
This reverts commit 2dd0a1626e1d98c5b9dd48a697cc94188204d81e.
2025-05-19 16:57:51 +00:00
Thy Ton
10dafbdf65
write known issues for follower nodes failure to extract ent plugins (#30628)
---------

Co-authored-by: helenfufu <25168806+helenfufu@users.noreply.github.com
2025-05-16 13:01:17 -07:00
Jeremy Jeffery
c726d4d487
Correct syntax errors (#30593)
boolean values in Vault config files should not have quotation marks around the words "true" 

e.g.

disabled = "true" 

instead it should be:

disabled = true

Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2025-05-16 16:59:55 +00:00
divyaac
695be59f97
Added doc (#30639) 2025-05-16 09:54:53 -07:00
Yoko Hyakuna
fd5c044c82
Update the tutorial links (#30630) 2025-05-14 15:22:41 -07:00
divyaac
c73ee6d0c6
Docs for Census Usage metrics (#30622) 2025-05-14 14:33:57 -07:00
Yoko Hyakuna
4ea56609b1
Remove the out-dated statement about HCP Terraform (#30616) 2025-05-14 13:52:52 -07:00
akshya96
eb0043b923
Docs: Removing estimates for current month from counters api (#30572)
* removing estimates docs

* Update website/content/docs/concepts/client-count/counting.mdx

Co-authored-by: Amir Aslamov <amir.aslamov@hashicorp.com>

* Update website/content/partials/counters-api-wait-warning.mdx

Co-authored-by: Amir Aslamov <amir.aslamov@hashicorp.com>

* Update website/content/api-docs/system/internal-counters.mdx

Co-authored-by: Amir Aslamov <amir.aslamov@hashicorp.com>

* add edition column

---------

Co-authored-by: Amir Aslamov <amir.aslamov@hashicorp.com>
2025-05-14 12:37:27 -07:00
akshya96
013423a845
Vault 34685: Add telemetry metric vault.client.billing_period.activity docs (#30491)
* added telemetry metric doc

* Update website/content/partials/telemetry-metrics/vault/client/billing_period/activity.mdx

Co-authored-by: divyaac <divya.chandrasekaran@hashicorp.com>

* Update website/content/partials/telemetry-metrics/vault/client/billing_period/activity.mdx

* Update website/content/partials/telemetry-metrics/vault/client/billing_period/activity.mdx

Co-authored-by: Amir Aslamov <amir.aslamov@hashicorp.com>

* update interval

* add to activity metrics list

---------

Co-authored-by: divyaac <divya.chandrasekaran@hashicorp.com>
Co-authored-by: Amir Aslamov <amir.aslamov@hashicorp.com>
2025-05-14 10:50:34 -07:00
Jaired Jawed
1face9d8cf
Update Docs For Bound Audience Explanation (#30519)
* update docs for more clarity around bound audiences

* more updates

* update changelog

* Delete changelog/30519.txt

* Update website/content/docs/auth/jwt/index.mdx

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>

* Update website/content/api-docs/auth/jwt.mdx

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-05-13 13:44:31 -07:00
Violet Hynes
6a19f3aebd
VAULT-35385 docs for response_status_code metric (#30396)
* VAULT-35385 docs for response_status_code metric

* Update website/content/partials/telemetry-metrics/vault/core/response_status_code.mdx

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-05-13 15:03:17 -04:00
Tauhid Anjum
2dd0a1626e
PostgreSQL backend passwordless authentication in cloud (#30564)
* PostgreSQL backend passwordless authentication in cloud

* adding changelog

* Updating deprecated docker test types

* adding unit tests for getAuthConfig

* removing cloud auth based tests due to failure in CI. Unit test should focus on the default flow.

* Adding function name for lint
2025-05-13 15:52:02 +02:00
Amir Aslamov
4eb8f82085
VAULT-35783: create activity specific metrics reference page in telemetry docs (#30518)
* create a new page and add acitivty related metrics

* Update website/content/docs/internals/telemetry/metrics/activity.mdx

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-05-12 16:11:06 -04:00
Luis (LT) Carbonell
ed52371b10
Upgrade FIPS 1402 -> 1403 (#30576)
* Upgrade FIPS 1402 -> 1403

* Clean up

* changelog
2025-05-12 15:01:30 -05:00
nphilbrook
6852fc4e60
Fixing link to static role documentation (#30486)
* Created branch nphilbrook_aws_static_role_docs_link from main

* Correcting anchor link

* Changelog entry

* Removing changelog
2025-05-12 12:12:36 -07:00
Ken Keller
3e171f4318
Vault/on openshift (#30523)
* update running vault on openshift

* update initial warings

* typo

* more vale recomendations

* update links

* change to istall VSO through dashboard

* update requirements
2025-05-09 15:41:11 +00:00
divyaac
41144527ca
Docs for Phase 1 Census Metrics (#30547) 2025-05-07 12:52:56 -07:00
Sarah Chavis
f3f907e14c
add hcp info (#30503) 2025-05-02 18:30:16 -04:00
Guy J Grigsby
7314ac47da
fix typo in secret sync docs (#30294) 2025-05-02 08:50:59 -07:00
Ellie
898258e1aa
update versions, and replace summary in important changes section (#30471) 2025-05-01 07:03:13 -07:00
Sarah Chavis
8365bec040
[DOCS] Add explicit links to older release notes (#30461)
* Add explicit links to older release notes

* remove domain from URLs

* add link to important changes as well
2025-04-30 11:21:25 -07:00
Sarah Chavis
485ccbc5da
[DOCS] IA refresh (phase 2) (#30287) 2025-04-29 17:08:14 -07:00
Quentin L
292ef03568
[DOCS] Fix typo interoperability matrix (#30438)
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2025-04-29 11:03:55 -07:00
Ken Keller
d95b487e9e
Update lambda-extension.mdx (#30413) 2025-04-28 13:38:59 -05:00
Yoko Hyakuna
3dca654b32
Remove proxy stanza from the example config (#30415) 2025-04-28 11:28:17 -07:00
Yoko Hyakuna
9755216121
[DOCS] Add the list of command output references (#30406)
* Add the list of command output references

* Update website/content/docs/commands/status.mdx

Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com>

---------

Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com>
2025-04-28 11:27:42 -07:00
Robert
bf339bc50d
Add snowflake DB API warning (#30327)
* Add API warning based on DB type

* Add deprecation notice

* Add warning to the top of the docs pages

* Update capabilities table

* Filter SQLConnectionProducer fields from unrecognized parameters warning

* Add test case
2025-04-28 13:05:55 -05:00
kpcraig
ee50909f5b
known issue for post-unseal rotation (#30368) 2025-04-25 15:51:27 -04:00
helenfufu
44df343aaa
add known issue docs for azure auth uniform vmss regression (#30373)
* add known issue docs for azure auth uniform vmss regression

* add + for affected versions since the fix is not out yet
2025-04-24 12:19:24 -07:00
Ellie
eaa7d08f5f
Docs: include missing known issue partial (#30339)
* need to include partial in upgrade file

* add the other partials
2025-04-23 11:57:14 -05:00
Ellie
d3ff069c9f
docs: fix version of static role rotation issue (#30282)
* docs: fix version of static role issue

* add corrected versions and remove database references

* fix phrase

* remove plus

* remove redundant sentence

* add database aspect

* clarify upgrade path

* clarify upgrade path

* fix versions

* remove line

* Update website/content/partials/known-issues/static-role-premature-rotations.mdx

* improve wording

---------

Co-authored-by: Tony Wittinger <anwittin@users.noreply.github.com>
2025-04-23 09:19:04 -05:00
Yoko Hyakuna
1975736057
Clean up the docs (#30290) 2025-04-18 15:26:36 +00:00
Guy J Grigsby
08c5a52b02
disable_mlock must now be explicitly included in config (#29974)
* require explicit value for disable_mlock

* set disable_mlock back to true for all docker tests

* fix build error

* update test config files

* change explicit mlock check to apply to integrated storage only.

* formatting and typo fixes

* added test for raft

* remove erroneous test

* remove unecessary doc line

* remove unecessary var

* pr suggestions

* test compile fix

* add mlock config value to enos tests

* enos lint

* update enos tests to pass disable_mlock value

* move mlock error to runtime to check for env var

* fixed mlock config detection logic

* call out mlock on/off tradeoffs to docs

* rewording production hardening section on mlock for clarity

* update error message when missing disable_mlock value to help customers with the previous default

* fix config doc error and update production-hardening doc to align with existing recommendations.

* remove extra check for mlock config value

* fix docker recovery test

* Update changelog/29974.txt

Explicitly call out that Vault will not start without disable_mlock included in the config.

Co-authored-by: Kuba Wieczorek <kuba.wieczorek@hashicorp.com>

* more docker test experimentation.

* passing disable_mlock into test cluster

* add VAULT_DISABLE_MLOCK envvar to docker tests and pass through the value

* add missing envvar for docker env test

* upate additional docker test disable_mlock values

* Apply suggestions from code review

Use active voice.

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>

---------

Co-authored-by: Kuba Wieczorek <kuba.wieczorek@hashicorp.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-04-17 15:35:40 +02:00
Milena Zlaticanin
1dab4e332b
Update k8s docs (#30173)
* Update k8s docs

* update with suggestions

* update
2025-04-14 09:48:16 -07:00
Meggie
e287773fd8
Making some adjustments to compliance language. (#30193)
I'm using an internal document for reviewing these changes. Please reach out
to me if you want to discuss these further.
2025-04-07 16:49:50 -04:00
Evan do Carmo
779409d1ea
Update migrate.mdx (#29408)
Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2025-04-07 14:29:06 -04:00
Jamie Tanna
3ef21a9d6c
docs(github): add note about VAULT_AUTH_GITHUB_TOKEN (#30074)
* docs(github): add note about `VAULT_AUTH_GITHUB_TOKEN`

* squash-pls

* Update website/content/docs/auth/github.mdx

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-04-04 15:38:04 -04:00
Theron Voran
6a5eb9ffa6
docs/vso: update env options for operatorhub deployments (#30180) 2025-04-04 10:52:41 -07:00
Ellie
67cc2a0333
add known issue for log file (#30166)
missing logs
2025-04-04 11:43:08 -05:00
Álvaro González
fafcd9591f
Fix annotations.mdx (#29674)
* Fix annotations.mdx

Changed `/vault/docs/agent-and-proxy/autoauth/methods` for `/vault/docs/agent-and-proxy/autoauth` as `methods` doesn't have an index anymore.

* Create changelog file

* Delete changelog/29674.txt

---------

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2025-04-03 17:04:40 -04:00
Miles
9231f5dac2
Support reading mysql backend credentials from environment variables (#30136)
Signed-off-by: Miles <miles.wilson@wolterskluwer.com>
Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2025-04-02 12:46:46 -04:00