Commit graph

6088 commits

Author SHA1 Message Date
Jonathan Frappier
4753119f3a
Add missing upgrade doc (#31226)
* Add missing upgrade doc

* Add doc nav

* Update website/content/docs/upgrade/vault-ha-upgrade.mdx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update website/content/docs/upgrade/replicated-deployment.mdx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Remove duplicate redirect

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-08 16:34:08 -04:00
Jenny Deng
2f4b1c493e
Update development cluster known issue as fixed (#31223)
* Update known issue as fixed

* add changelog
2025-07-08 09:30:16 -07: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
claire bontempo
75b17b7996
UI: Known issue for KV v2 secrets containing underscores if no read permissions for the subkeys endpoint (#31147)
* add known issue for kvv2

* add to partial

* Update website/content/partials/release-notes/change-summary/1_20.mdx

* address feedback
2025-07-03 12:46:43 -07:00
Thy Ton
c0f4c2052e
docs: add -download ent command option for plugin register (#31196)
---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-07-03 11:51:24 -07:00
Sarah Chavis
c964147d24
expand "admin" (#31204) 2025-07-03 11:29:27 -07:00
aphorise
8dd9b0acb7
Docs: Telemetery standby, leader & OSS / CE as well as ENT differences corrected in text (#30772)
* Docs: Telemetery from standby, leader and OSS / CE vs ENT differences corrected in text.

* Docs: Telemetery from standby, leader and OSS / CE vs ENT differences corrected in text.

* Update website/content/docs/configuration/telemetry.mdx

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

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-07-02 11:32:38 -07:00
Josh Black
386080c54d
Clarify availability of AOP on non-raft backends (#31062)
* clarify availability of AOP on non-raft backends

* Update website/content/docs/concepts/adaptive-overload-protection/index.mdx

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

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-07-02 09:33:14 -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
Sarah Chavis
5105a23165
Correct version slug formatting (#31171) 2025-07-01 13:41:06 -07:00
jkaufman-hc
6fba65be8b
ServiceNow Update to Yokohama work around (#31168)
* ServiceNow Update to Yokohama work around

Confirmed Yokohama is compatible with HashiCorp Vault, there is a work around which is listed under the In the ServiceNow UI.

* Update website/content/docs/platform/servicenow/configuration.mdx

Agreed on the suggested modifications.

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

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-07-01 12:56:17 -07:00
Sarah Chavis
e2b6f979c2
add redirect (#31165) 2025-07-01 14:49:55 -04:00
miagilepner
3a8a3ab8f1
Known issue for UI logins with underscores and unauth listing (#31140)
* add known issue for ui login problem

* add custom message suggestion

* Update website/content/docs/updates/important-changes.mdx

Co-authored-by: claire bontempo <68122737+hellobontempo@users.noreply.github.com>

* add fix version

---------

Co-authored-by: claire bontempo <68122737+hellobontempo@users.noreply.github.com>
2025-07-01 11:24:02 -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
Mark Lewis
6a29b98c59
Update seal.mdx (#31131)
Typo
2025-06-27 16:08:36 -04:00
Sarah Chavis
e0205f224e
remove code formatting (#31118) 2025-06-27 19:19:19 +00: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
Sarah Chavis
51a7236f7e
[DOCS] Add 1.20 release notes (#31086)
* add 1.20 release notes

* update link

* apply feedback

* add doc links

* remove duplicated paragraph

* apply feedback

* tweak sentence

* break line item into 2 to simplify messaging

* apply feedback

* tweak language around plugin distro
2025-06-25 20:41:21 -04:00
Sarah Chavis
42ed982b98
[DOCS] Add missing date (#31107)
* add date

* add missing entry
2025-06-25 16:31:10 -04:00
Sarah Chavis
c90fe93a37
Remove pending elements (#31105) 2025-06-25 13:07:29 -07:00
Theron Voran
786291687c
docs/events: add info about vault_index (#31072)
Add information about the new `vault_index` metadata field in
events (and document the other metadata fields).
2025-06-25 11:55:50 -07:00
Sarah Chavis
9a2cbd7e1e
fix link (#31093) 2025-06-25 10:32:47 -07:00
Brian Shumate
7a3158120d
Docs: Manage snapshots content (#30940)
* Initial manage snapshots content

* API examples and more

* Rounding out DR examples for automatic snapshots

* Finishing up restore snapshot section

* Breaking to chat

* Adding recovery commands phase 1

* Adding recovery commands phase 2

* Complete with some placeholders to avoid errors

* Complete initial document

* Move to operations/configuration

* - Add a manage snapshots partial linking to manage snapshots doc
- Add partial to upgrade index
- Add partial to operator raft command

* Update website/content/docs/configuration/manage-snapshots.mdx

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

* Update website/content/docs/configuration/manage-snapshots.mdx

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

* Update website/content/docs/configuration/manage-snapshots.mdx

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

* Update website/content/docs/configuration/manage-snapshots.mdx

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

* Update website/content/docs/configuration/manage-snapshots.mdx

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

* Update website/content/docs/configuration/manage-snapshots.mdx

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

* Update website/content/docs/configuration/manage-snapshots.mdx

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

* Update website/content/docs/configuration/manage-snapshots.mdx

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

* Update website/content/docs/configuration/manage-snapshots.mdx

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

* Update website/content/docs/configuration/manage-snapshots.mdx

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

* [DOCS] IA and style guide suggestions [in progress] (#30993)

* save initial structure

* save work

* save

* add redirects and update titles

* save

* remove uneeded sysadmin landing page (for now)

* replace missing redirect

---------

Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-06-25 12:21:01 -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
Shannon Roberts (Beagin)
41626e26c8
[VAULT-34486] Docs: fix broken images (#31074) 2025-06-24 11:01:16 -07:00
Jenny Deng
5e4e115e00
Development cluster known issue (#31067)
* add known issue for secondary reload

* add to release notes

* 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-24 02:32:08 +00:00
Jaired Jawed
f47cbbcfe5
Update important-changes.mdx (#31058) 2025-06-23 11:40:31 -05:00
aahel
fe668f9bbc
Docs/operator import enhancements (#30216)
* re added new import doc

* updating documentation for import secrets

* updating AWS import secret docs

* adding aws credential profile field in import secret example block

* fixed docs

* add dynamic secret docs

* fix doc

* fix gcp doc

* minor fix

* Docs/add docs for dynamic secrets opertor import (#30153)

* add aws dynamic secerts and update gcp fixes

* add example in gcp

* fix copy paste bug

* name in source

* updating azure docs for import secrets

* fix hcl

---------

Co-authored-by: Murali <murali.parthasarathy@hashicorp.com>

* updated gcp doc

* fixed aws,azure and gcp doc

* added note for expired secrets in azure

* added feator activation section

* change alpha to beta

* changed alpha to beta in sidebar

* addressing review comments

* updating docs

* removing unnecessary changes

* added some minor doc changes

* test commit

* addressing review comments

* removing Vault as a source

* addressing review comments

* Update website/content/docs/import/index.mdx

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

* updating is_hcp_cluster info

* Update website/content/docs/import/azurekv.mdx

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

* Update website/content/docs/import/azurekv.mdx

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

* Update website/content/docs/import/azurekv.mdx

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

* Update website/content/docs/import/azurekv.mdx

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

* Update website/content/docs/import/index.mdx

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

* addressing review comments

---------

Co-authored-by: Murali <murali.parthasarathy@hashicorp.com>
Co-authored-by: Ashesh Vidyut <134911583+absolutelightning@users.noreply.github.com>
Co-authored-by: Murali <137029787+murali-partha@users.noreply.github.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-06-23 09:56:33 +05:30
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
a101685b14
[DOCS] LTS upgrade summary (#30981)
* draft lts summary

* tweak language to avoid specific version numbers

* markdown cleanup

* tweak language

* break up tables

* another language tweak
2025-06-19 16:18:55 -07:00
Sarah Chavis
bc7456370f
fix heading (#31036) 2025-06-19 15:42:59 -07:00
Jenny Deng
d755c7cd1d
[VAULT-35162] Development cluster docs clarifications (#30983)
* clarifications

* em dash

* add note about error message

* move error message to a separate note

* formatting

* 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-19 13:07:09 -07:00
Jonathan Frappier
423d88af67
Remove links and refs to using HVS (#31019)
* Remove links and refs to using HVS

* Rerun vercel deploy

* Update website/content/docs/about-vault/what-is-vault.mdx

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

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-06-19 13:54:53 -04: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
nphilbrook
c48039637d
Add example policy to AWS secrets engine for AssumeRole that will still be able to rotate itself (#30747)
* Created branch nphilbrook_aws_engine_sts_assume_role_policy_example from main

* Info on permissions required to rotate root creds

* Replace actual AWS IAM user ARN with example

* Conform to style guide

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

* Remove trailing text

* More wordsmithing

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-06-17 12:20:21 -07:00
Robert
ed459b631d
Add missing s in KV docs URL (#30964) 2025-06-16 16:13:27 -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
Ellie
5f557dd25f
document known issue with ldap service account check ins (#30957)
* document known issue with ldap service account check ins

* spelling

* Update website/content/docs/updates/important-changes.mdx

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

---------

Co-authored-by: JMGoldsmith <spartanaudio@gmail.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-06-16 14:01:00 +02:00
lane-wetmore
5a321b8d96
Docs: Update to Reflect Client Count Changes (#30798)
* naming updates

* start of renaming usage-metrics to client-usage

* update screenshots and remove docs for removed charts

* add redirect from usage-metrics to client-usage and rename doc file

* rename links

* add screenshot for attribution table

* update table screenshot

* update urls to new pattern

* Update website/content/docs/commands/operator/usage.mdx

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

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

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

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

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

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

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

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

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

* Update website/content/partials/faq/client-count/tools.mdx

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

* alt text improvements + removed outdated faq section

---------

Co-authored-by: claire bontempo <cbontempo@hashicorp.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-06-13 10:25:39 -05:00
Yoko Hyakuna
068d576425
[Docs] Adding identity-based rate limit (#30717)
* Adding identity-based rate limit doc

* Remove include

* Add next steps section

* Add best practices section

* Add diagrams

* Add a 'Terraform' tab

* Fix reference link

* Update the title

* Undo the 'AOP' sub-section

* Incorporate the review feedback

* Incorporate the review feedback

* Remove passive voice

* Minor fix

* Update website/content/docs/configuration/create-rate-limit-quota.mdx

Co-authored-by: Bruno Oliveira de Souza <bruno.souza@hashicorp.com>

* Update website/content/docs/configuration/identity-based-rate-limit.mdx

Co-authored-by: Bruno Oliveira de Souza <bruno.souza@hashicorp.com>

* Incorporate the review feedback

* Incorporate review feedback

* Update the short name for side-nav

* Some fixes & incorporate review feedback

* minor edit

* Incorporate feedback

* Update the BP section

* Update website/content/docs/concepts/resource-quotas.mdx

Co-authored-by: Bruno Oliveira de Souza <bruno.souza@hashicorp.com>

* Update website/content/docs/configuration/create-rate-limit-quota.mdx

Co-authored-by: Bruno Oliveira de Souza <bruno.souza@hashicorp.com>

---------

Co-authored-by: Bruno Oliveira de Souza <bruno.souza@hashicorp.com>
2025-06-12 08:44:20 -07: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
claire bontempo
3701dcf3ca
Docs: GUI custom login feature (#30799)
* saving because laptop is bad and should feel bad

* save

* make supported login types partial

* add api-docs partial

* update custom login docs

* reword tip?

* add delete section

* address feedback, update using a direct link section

* move tips down

* remove table lines and see if that fixes build?

* revert changes to custom-messages mdx

* add line break?

* format fixes

* empty commit again

* check vercel?

* add line break

* update "namespace" to be "namespace_path"

* reduce use of "preferred"

* address feedback

* use "settings" to match GUI verbiage

* missed a couple feedback comments

* add "single" and "multiple"

* fix link rendering

* fix namespace-path typos for namespace params referencing namespace context

* address feedback

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-06-10 15:38:31 -07:00
Shannon Roberts (Beagin)
c92d973923
[VAULT-34486] Create namespace GUI documentation (#30789)
* [VAULT-34486] Create namespace GUI documentation

* added screenshots, screenshot captions & additional updates

* Update website/content/docs/ui/namespaces.mdx

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

* Update website/content/docs/ui/namespaces.mdx

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

* Update website/content/docs/ui/namespaces.mdx

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

* Update website/content/docs/ui/namespaces.mdx

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

* Update website/content/docs/ui/namespaces.mdx

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

* Update website/content/docs/ui/namespaces.mdx

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

* Update website/content/docs/ui/namespaces.mdx

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

* Update website/content/docs/ui/namespaces.mdx

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

* Update website/content/docs/ui/namespaces.mdx

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

* Update website/content/docs/ui/namespaces.mdx

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

* Update website/content/docs/ui/namespaces.mdx

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

* Update website/content/docs/ui/namespaces.mdx

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

* Update website/content/docs/ui/namespaces.mdx

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

* Update website/content/docs/ui/namespaces.mdx

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

* Update website/content/docs/ui/namespaces.mdx

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

* Update website/content/docs/ui/namespaces.mdx

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

* Update website/content/docs/ui/namespaces.mdx

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

* Update website/content/docs/ui/namespaces.mdx

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

* Update website/content/docs/ui/namespaces.mdx

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

* Update website/content/docs/ui/namespaces.mdx

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

* Update website/content/docs/ui/namespaces.mdx

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

* Update website/content/docs/ui/namespaces.mdx

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

* Update website/content/docs/ui/namespaces.mdx

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

* Update website/content/docs/ui/namespaces.mdx

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

* Update website/content/docs/ui/namespaces.mdx

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

* Update website/content/docs/ui/namespaces.mdx

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

* Update website/content/docs/ui/namespaces.mdx

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

* cleanup: remove unused screenshots from img/ directory

* fix numbering

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-06-10 15:28:33 -07: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
Sarah Chavis
e9fc81cc83
[DOCS] Update table layout (#30906)
* Update table layout

* fix weird headers
2025-06-06 13:56:26 -07:00
Sarah Chavis
a404b3c43a
[DOCS] Remove 1.19 from the versioned redirect (#30889)
* remove 1.19 from the versioned redirect

* one more fix
2025-06-06 18:32:09 +00: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