838 Commits

Author SHA1 Message Date
Erica Thompson
0660ea6fac
Update README (#31244)
* Update README

Let contributors know that docs will now be located in UDR

* Add comments to each mdx doc

Comment has been added to all mdx docs that are not partials

* chore: added changelog

changelog check failure

* wip: removed changelog

* Fix content errors

* Doc spacing

* Update website/content/docs/deploy/kubernetes/vso/helm.mdx

Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>

---------

Co-authored-by: jonathanfrappier <92055993+jonathanfrappier@users.noreply.github.com>
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
2025-07-22 08:12:22 -07:00
Rachel Culpepper
b01edf42f9
add ssh managed key documentation (#30764) 2025-07-16 17:10:50 -07:00
Rachel Culpepper
140219c75b
add mac_length to verify docs (#30967) 2025-07-16 17:09:55 -07:00
giogranda85
41360dbf08
Update entity.mdx (#28806)
* Update entity.mdx

Adding warning as a result of multiple support issues.

* Update website/content/api-docs/secret/identity/entity.mdx

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-07-16 16:18:03 -07:00
davidadeleon
97b31bf336
Update sys capabilities docs (#29740)
* add note explaining deny return value

* Update website/content/api-docs/system/capabilities-accessor.mdx

* Update website/content/api-docs/system/capabilities-self.mdx

* Update website/content/api-docs/system/capabilities.mdx

* move duplicate content to partial

---------

Co-authored-by: davidadeleon <ddeleon@hashicorp.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-07-16 15:50:11 -07:00
gerardma77
0a281417bf
ldap.mdx (#28578) 2025-07-15 16:15:28 -07:00
Etourneau Gwenn
06eaa6d500
Added PSC Private Service Connect for GCP CloudSQL (#27889)
* Added PSC Private Service Connect for GCP CloudSQL
Added PrivateIP support for GCP MySQL

* Added changelog

* Update changelog

* Value need to be exported or will be false

* Exported variablee for MySQL as well

* Add test cases

* Add go doc test comments

---------

Co-authored-by: robmonte <17119716+robmonte@users.noreply.github.com>
2025-07-15 11:29:47 -05:00
Michael Kosir
0a80341721
Update transit.mdx (#30828)
add hmac type

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-07-14 16:57:40 -07:00
Constantin Biguet
e845a467aa
Add documentation and release notes entry for the Terraform support for dynamic team tokens feature (#31260)
* Add TFC Dynamic Team Credentials feature to Vault 1.20 release notes

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

* Update website/content/api-docs/secret/terraform.mdx

* Remove todo in release notes

* Amend Legacy Team section in docs

* Add description field to api-docs
2025-07-11 20:42:50 -04:00
helenfufu
33a0c7b3ff
docs/add vault versions that support official community plugins with extracted zip artifact (#31188)
* add vault versions that support official community plugins with extracted zip artifact

* fix capitalization

* remove repeated line about enterprise plugins requiring zip

* more capitalization and replace mentions of artifact with extracted .zip file
2025-07-03 14:13:11 -07:00
akshya96
cb88018d4c
Change the column name in the Export API response from "timestamp" to "token_creation_time" CE changes (#31149)
* moving changes from ent

* added docs and changelog
2025-07-01 16:31:41 -07:00
helenfufu
abac619e0a
Vault 36295 Improve plugin mgmt ux in api and cli (#30811)
* cli: only set default command parameter to plugin name if sha256 is provided

* api: write warnings to RegisterPluginResponse, propagate up to cli

* api: filter out 'Endpoint replaced the value of these parameters' warning before returning in RegisterPluginWithContext

* docs

* add TODO on filtering that links to api type parameter deprecation ticket

* fix tests

* allocate filteredWarning slice only if there are warnings

* improve deferred resp close and early error return conditionals in RegisterPluginWithContext

* refer to sha256 as cli option -sha256 in command cli usage

* break up ui error lines for sha256 and version flag check

* consolidate if statements for sha256 and command, oci_image check in cli

* consolidate if statements for sha256 and command, oci_image check in api

* new RegisterPluginV2 and RegisterPluginWithContextV2 api client functions for backward compatibility

* add changelog

* more descriptive changelog

* rename RegisterPluginV2 to RegisterPluginDetailed and RegisterPluginWithContextV2 to RegisterPluginWithContextDetailed

* return nil, nil if no warnings to preserve status code

* fix eof from decoding (check if no content before decoding)

* doc for RegisterPluginResponse

* only validate plugin.Command in plugin catalog set for downloaded and binary plugins, which rely on plugin.Command input; extracted artifact plugins don't rely on plugin.Command input

* Update website/content/api-docs/system/plugins-catalog.mdx

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

* Update website/content/api-docs/system/plugins-catalog.mdx

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

* Update website/content/api-docs/system/plugins-catalog.mdx

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

* Update website/content/docs/commands/plugin/register.mdx

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

* Update website/content/docs/commands/plugin/register.mdx

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

* Update website/content/docs/commands/plugin/register.mdx

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

* Update website/content/docs/commands/plugin/register.mdx

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

* move up enterprise note on plugin register command doc

* [DOCS] Editorial suggestions for PR #30811 (#31111)

* suggestions

* move common reqs to a partial

* fix typo

* tweak reqs

* Update website/content/partials/plugins/prepare-plugin.mdx

Co-authored-by: helenfufu <25168806+helenfufu@users.noreply.github.com>

* Update website/content/partials/plugins/prepare-plugin.mdx

Co-authored-by: helenfufu <25168806+helenfufu@users.noreply.github.com>

* Update website/content/partials/plugins/prepare-plugin.mdx

Co-authored-by: helenfufu <25168806+helenfufu@users.noreply.github.com>

* tweak feedback

* remove deprecation

* Update website/content/partials/plugins/common-requirements.mdx

Co-authored-by: helenfufu <25168806+helenfufu@users.noreply.github.com>

* save

* Update website/content/docs/plugins/rollback.mdx

Co-authored-by: helenfufu <25168806+helenfufu@users.noreply.github.com>

* Update website/content/docs/plugins/upgrade.mdx

Co-authored-by: helenfufu <25168806+helenfufu@users.noreply.github.com>

* fix formatting

---------

Co-authored-by: helenfufu <25168806+helenfufu@users.noreply.github.com>

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-06-30 10:00:54 -07:00
aphorise
5843d8d75a
Docs: Leases list API corrected required query-strings parameters. (#31123)
* Docs: Leases list API corrected required query-strings parameters.

* Docs: Leases list API corrected required query-strings parameters & quotes for &
2025-06-27 12:12:26 -04:00
davidadeleon
0f7715d86e
Docs: Add docs for new default auth UI customization feature (#30830)
* add docs for new default auth UI customization feature

* update api parameter

* address comments

* address comments

* Update website/content/api-docs/system/config-ui-login-default-auth.mdx

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

* Update website/content/api-docs/system/config-ui-login-default-auth.mdx

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

* Update website/content/api-docs/system/config-ui-login-default-auth.mdx

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

* Update website/content/api-docs/system/config-ui-login-default-auth.mdx

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

* Update website/content/api-docs/system/config-ui-login-default-auth.mdx

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

* Update website/content/api-docs/system/config-ui-login-default-auth.mdx

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

* Update website/content/api-docs/system/config-ui-login-default-auth.mdx

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

* Update website/content/api-docs/system/config-ui-login-default-auth.mdx

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

* Update website/content/api-docs/system/config-ui-login-default-auth.mdx

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

* Update website/content/api-docs/system/config-ui-login-default-auth.mdx

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

* Update website/content/api-docs/system/config-ui-login-default-auth.mdx

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

* Update website/content/api-docs/system/config-ui-login-default-auth.mdx

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

* Update website/content/api-docs/system/config-ui-login-default-auth.mdx

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

* Update website/content/api-docs/system/config-ui-login-default-auth.mdx

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

* Update website/content/api-docs/system/config-ui-login-default-auth.mdx

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

* Update website/content/api-docs/system/config-ui-login-default-auth.mdx

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

* Update website/content/api-docs/system/config-ui-login-default-auth.mdx

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

* Update website/content/api-docs/system/config-ui-login-default-auth.mdx

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

* Update website/content/api-docs/system/config-ui-login-default-auth.mdx

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

* Update website/content/api-docs/system/config-ui-login-default-auth.mdx

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

* Update website/content/api-docs/system/config-ui-login-default-auth.mdx

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

* Update website/content/api-docs/system/internal-ui-default-auth-methods.mdx

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

* Update website/content/api-docs/system/internal-ui-default-auth-methods.mdx

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

* Update website/content/api-docs/system/internal-ui-default-auth-methods.mdx

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

* address comments

---------

Co-authored-by: davidadeleon <ddeleon@hashicorp.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-06-26 14:26:06 -04:00
Shannon Roberts (Beagin)
2a459ab979
[VAULT-34485] UI: Internal namespace documentation updates (#31008)
* [VAULT-34485] UI: Internal namespace documentation updates

* correction: this is an authenticated endpoint and requires a user token

* fix relative path

* address PR comments

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

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

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

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

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

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

* fix typo

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-06-24 16:36:51 -07:00
Jaired Jawed
c4467ff9e5
Update docs so that users know that kubernetes roles will require the (#31043)
audience field in Vault 1.21+.
2025-06-19 16:51:13 -07:00
Sarah Chavis
c80deaea07
convert html to md (#31021) 2025-06-19 09:55:06 -07:00
Thy Ton
43c3aa37b9
doc: plugin register API's Enterprise Beta download parameter (#30986)
---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
Co-authored-by: helenfufu <25168806+helenfufu@users.noreply.github.com>
2025-06-19 08:58:51 -07:00
vinay-gopalan
ac335145b7
Add documentation for Snowflake keypair auth support (#30944) 2025-06-18 08:40:12 -07:00
Ellie
6360705f0a
Require rotation_schedule cron style strings to be defined in UTC (VAULT-35616) (#30606)
* remove local time logic, and force cron to be UTC

* add test comment

* update docs

* add changelog

* change mesasge

* add utc clarification to docs

* remove utc reference in root token docs

* remove doc from partial
2025-06-16 12:51:07 -05:00
miagilepner
9b42318e44
VAULT-34525: Documentation for single item recovery from IS snapshot (#30739)
* start

* docs

* everything except the concept doc

* actual progress

* thank you copilot for finding passive voice

* formatting

* add changelog

* fix formatting of changelog

* update changelog

* Update website/content/api-docs/secret/cubbyhole.mdx

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

* Update website/content/api-docs/secret/cubbyhole.mdx

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

* Update website/content/api-docs/secret/cubbyhole.mdx

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

* Update website/content/api-docs/secret/cubbyhole.mdx

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

* Update website/content/api-docs/secret/kv/kv-v1.mdx

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

* Update website/content/api-docs/secret/cubbyhole.mdx

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

* Update website/content/docs/concepts/integrated-storage/snapshot-recover.mdx

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

* Update website/content/api-docs/secret/cubbyhole.mdx

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

* Update website/content/api-docs/secret/kv/kv-v1.mdx

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

* Update website/content/api-docs/secret/kv/kv-v1.mdx

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

* Apply suggestions from code review

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

* more fixes

* remove example usage

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-06-11 15:50:24 +02:00
Jaired Jawed
f8b8b2af70
update docs to state that either bound_service_principal_ids or bound_group_ids parameters are required (#30913) 2025-06-09 08:23:14 -07:00
Steven Clark
b91470af0a
PKI SCEP documentation updates (#30753)
* most important scep docs

* oops. forgot to commit everything.

* Add docs around SCEP auth

* More SCEP api doc updates

* Add return_full_ca_chain parameter to SCEP config docs

* Remove duplicated EST sections

* Update missing SCEP reference within pki/index.mdx

* PR feedback

* PR feedback 2

* Rename return_full_ca_chain to restrict_ca_chain_to_issuer

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* Tweaks to review suggestions from Sarah

* Apply suggestions from code review

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

* Fix typo

* Fix typo

---------

Co-authored-by: Kit Haines <khaines@mit.edu>
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-06-06 13:46:17 -04:00
Steven Clark
62a7ff7968
Add missing protocol path table to CMPv2 API documentation (#30864)
* Add missing protocol path table to CMPv2 API documentation

* Update CODEOWNERS for PKI api-docs
2025-06-06 13:25:28 -04:00
miagilepner
318f858213
VAULT-36229: Nonce for rekey cancellations (#30794)
* require nonce for rekey

* update doc

* add changelog

* Apply suggestions from code review

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

* Apply suggestions from code review

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

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-06-05 19:55:41 +02:00
Kit Haines
3f84ada424
Add 192 to the list of key sizes supported in the docs. (#30718)
* Add 192 to the list of key sizes supported in the docs.

* transit Index updated.
2025-06-04 16:02:20 -04:00
Bruno Oliveira de Souza
c8966dfd05
VAULT-34527: API docs for identity-based and collective rate-limit quotas (#30763)
* add API docs

* add new fields to sample response
2025-05-30 17:04:13 -03: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
Sarah Chavis
8bee09280a
Fix heading level (#30676)
Correct the `## Parameters` heading to be h3 instead.
2025-05-19 14:40:39 -07:00
akshya96
dbcd3a54bd
add custom contract note (#30662) 2025-05-19 10:36:48 -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
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
Luis (LT) Carbonell
ed52371b10
Upgrade FIPS 1402 -> 1403 (#30576)
* Upgrade FIPS 1402 -> 1403

* Clean up

* changelog
2025-05-12 15:01:30 -05:00
Sarah Chavis
485ccbc5da
[DOCS] IA refresh (phase 2) (#30287) 2025-04-29 17:08:14 -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
Kit Haines
470df21aaf
API-Docs for new Delta_CRL_Distribution_Points field (#30332)
* API-Docs for new Delta_CRL_Distribution_Points field

* Update website/content/api-docs/secret/pki/index.mdx

Co-authored-by: Steven Clark <steven.clark@hashicorp.com>

* Update website/content/api-docs/secret/pki/index.mdx

Co-authored-by: Steven Clark <steven.clark@hashicorp.com>

---------

Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
2025-04-25 11:08:58 -04:00
Amir Aslamov
64d90254ed
VAULT-34675 (#30243)
* changes

* fix formatting

* revert unintended change

* fix wording in ce warning

* remove comments from json blocks

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* final touch

* fix the hour, minutes and seconds in the response according to endOfMonth adjustment inside handleQuery

* grammar fix

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* move the new content item over

* grammar fixes

---------

Co-authored-by: divyaac <divya.chandrasekaran@hashicorp.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-04-17 17:06:48 -04:00
Violet Hynes
2127e6ef07
VAULT-34809 Utilization Report docs (#30203)
* VAULT-34809 Utilization Report docs

* Update website/content/api-docs/system/utilization-report.mdx

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

* Update website/content/api-docs/system/utilization-report.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-09 10:09:58 -04: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
Kit Haines
2a14b1c616
Allow Root + Intermediate Key_Usage to be set (#30034)
* outline of key usage fix

* Changelog, and test-fix

* Simplify code setting key_usage

* make fmt

* Per internal dicussion to align closer to the CAB guidelines, only allow DigitalSignature.

* Breaking Change: error if invalid key_usage to generate root or sign-intermediate.

* Change error to warning in order to not break backwards compatibility.
2025-04-03 18:48:54 +00:00
divyaac
fc5c5050b7
Docs updates (#30089) 2025-03-28 11:30:54 -07:00
Yoko Hyakuna
d92a184325
[DOCS] Add an description for performance replication (#30042)
* Add an description for performance replication

* Move the text under correct location

* Update website/content/api-docs/system/config-cors.mdx

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

* Adding a period

* Add performance replication to the text

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-03-27 17:26:16 +00:00
Sarah Chavis
4383f5bb9c
make AD secrets plugin EOL (#29923) 2025-03-13 15:14:36 -07:00
Milena Zlaticanin
84fa94c6c1
Add LIST endpoint to AWS Secrets static roles (#29842)
* Add LIST endpoint to AWS Secrets static roles

* add test + changelog

* Update website/content/api-docs/secret/aws.mdx

Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>

* Update website/content/api-docs/secret/aws.mdx

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

---------

Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-03-12 11:08:12 -07:00
Jonathan Frappier
4238274692
Fix reported typos (#29894) 2025-03-11 09:11:12 -04:00
Milena Zlaticanin
d9ea865a84
Updating docs to include new assume role fields (#29649)
* Add assume role fields in docs

* add sample response + note about the new feature

* Add a cross-account section in docs

* Update website/content/api-docs/secret/aws.mdx

Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>

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

Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>

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

Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>

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

Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>

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

Co-authored-by: Robert <17119716+robmonte@users.noreply.github.com>

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

Co-authored-by: Robert <17119716+robmonte@users.noreply.github.com>

* Update website/content/api-docs/secret/aws.mdx

Co-authored-by: Robert <17119716+robmonte@users.noreply.github.com>

* Update website/content/api-docs/secret/aws.mdx

Co-authored-by: Robert <17119716+robmonte@users.noreply.github.com>

* update

* Update website/content/api-docs/secret/aws.mdx

Co-authored-by: Robert <17119716+robmonte@users.noreply.github.com>

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

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

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

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

* Update website/content/api-docs/secret/aws.mdx

Co-authored-by: Robert <17119716+robmonte@users.noreply.github.com>

* update

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

Co-authored-by: Robert <17119716+robmonte@users.noreply.github.com>

* update

---------

Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>
Co-authored-by: Robert <17119716+robmonte@users.noreply.github.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-03-10 12:05:51 -07:00
Robert
9573218254
Fix small typo/anchor link in GCP sync API docs section (#29821)
* Fix typo

* Update secrets-sync.mdx
2025-03-04 13:05:42 -06:00
Robert
040523ffd3
sync: document new allowlist fields and disable field for SSRF-strict networking (#29749)
* Add field data and description

* Move fields into partial, add missing enterprise alerts

* Apply suggestions from code review

Co-authored-by: vinay-gopalan <86625824+vinay-gopalan@users.noreply.github.com>

* remove word

---------

Co-authored-by: vinay-gopalan <86625824+vinay-gopalan@users.noreply.github.com>
2025-03-04 12:00:13 -06:00
Robert
35af160994
Add docs for GCP automated root rotation (#29782)
* Fix azure reference

* Add gcp docs

* Fix auth references
2025-03-04 11:58:13 -06:00
Thy Ton
6d9543158d
add docs for external Enterprise plugins (#29738)
---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-02-27 16:00:23 -08:00