288 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
Luis (LT) Carbonell
ed52371b10
Upgrade FIPS 1402 -> 1403 (#30576)
* Upgrade FIPS 1402 -> 1403

* Clean up

* changelog
2025-05-12 15:01:30 -05: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
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
Jonathan Frappier
4238274692
Fix reported typos (#29894) 2025-03-11 09:11:12 -04: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
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
Brian Shumate
0c76cb83e1
Docs: API: update raft snapshot config (#29508)
- Ensure parameters are present for Ent backport
- Update heading
2025-02-05 13:17:32 -05:00
Violet Hynes
c090d31aaa
Fix tech preview typo (#29455) 2025-01-29 16:52:26 -08:00
akshya96
904734424a
Update docs to reflect that activity log cannot be disabled on Vault Enterprise (#29144)
* add docs changes for enabled field

* remove extra space

* updating docs
2024-12-16 17:06:56 -08:00
miagilepner
e8ccd6e3c9
VAULT-31756: Include removed and HA health in sys/health docs (#29017)
* add HA health and removed to the sys/health docs

* revert accidental edit
2024-12-12 17:10:27 +01:00
kpcraig
d515cd33b0
VAULT-32598: add docs for azure autosnapshot auth modes (#29073) 2024-12-05 16:21:30 -05:00
miagilepner
4b98fd9b1a
VAULT-31751, VAULT-31752: removed_from_cluster in vault status (#28938)
* add removed from cluster to status output

* test for command

* update docs

* changelog
2024-11-19 11:13:10 +01:00
Steven Clark
1196b8eda8
Add notes within the documentation about the generate_key flag (#28898) 2024-11-13 11:35:29 -05:00
Lucy Davinhart || Strawb System
dec3bcc1aa
docs: sys/internal/counters/activity, explain deprecation for current_billing_period (#28773)
per discussion
https://hashicorp.slack.com/archives/CPEPB6WRL/p1729786785076429
the reason this parameter is deprecated is because it's no longer required. make that clear in the docs.
2024-10-25 14:31:06 +02:00
Yoko Hyakuna
a3eef86f47
Format fixes & tweaks (#28731) 2024-10-21 08:35:37 -07:00
Robert
60d7051700
Add docs and api-docs info for gcp replication locations sync, github environments, github organizations beta, and add sys/activation-flags page (#28463)
* Add field to API docs, add small section to overview

* Update examples, wording

* Update github API docs

* Apply suggestions from code review

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

* Update wording

* Be a little more specific on repository owner

* Put BETA tag on each org field, put visibility explanation in paragraph

* Add org secrets limitation

* Add sys/activation-flags page

* Update Vercel granularity note

* Apply suggestions from code review

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

* Update website/content/docs/sync/vercelproject.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>

* Small rewording, remove optional tags with defaults

---------

Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-10-09 10:27:33 -05:00
Chris Capurso
759751a27b
add aws and k8s auth examples to export (#28481)
* add aws and k8s auth examples to export

* add clarification to alias name source

* fix links
2024-10-01 09:44:00 -04:00
Owen Zhang
e848f1683d
Update namespaces.mdx (#28314)
Add "@include 'alerts/enterprise-only.mdx'" since namespace is an enterprise feature

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-09-19 18:28:58 -07:00
miagilepner
d00715d129
VAULT-28478: Updates to autopilot docs (#28331)
* restructure

* update command

* fixes

* fix command flags

* revert makefile change

* remove tick log
2024-09-17 10:53:18 +02:00
Robert
3bda80649f
Add docs for github sync environment secrets (#28175)
---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-09-05 16:11:01 -05:00
Chris Capurso
5b79c078c3
Activity Export API doc updates (#28172)
* remove export from restricted endpoints

* enhance activity export JSON examples

* fix nulls

* add missing local_entity_alias fields

* add JSON and CSV response examples

* Simplify namespace filtering concept

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

---------

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2024-08-30 14:43:17 -04:00
divyaac
36998a5ed6
CE: Added deleted namespace string (#28080)
* Applied oss patch and added docs

* Edited docs issues
2024-08-14 20:59:44 +00:00
divyaac
8a5ae2bf37
Client Count Docs Updates/Cleanup (#27862)
* Docs changes

* More condensation of docs

* Added some clarity on date ranges

* Edited wording'

* Added estimation client count info

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

Co-authored-by: miagilepner <mia.epner@hashicorp.com>

---------

Co-authored-by: miagilepner <mia.epner@hashicorp.com>
2024-08-06 15:59:37 -07:00
akshya96
e1d3c322e7
Auto-rolling billing start docs PR (#27926)
* auto-roll docs changes

* addressing comments

* address comments

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

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

* addressing some changes

* update docs

* update docs with common explanation file

* updated note info

* fix 1.18 upgrade doc

* fix content-check error

* Update website/content/partials/auto-roll-billing-start-example.mdx

Co-authored-by: miagilepner <mia.epner@hashicorp.com>

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
Co-authored-by: miagilepner <mia.epner@hashicorp.com>
2024-08-06 16:09:00 +00:00
divyaac
4bde6b5e55
Remove distinct_entities and non_entity_tokens from ResponseCounts and update docs (#27849)
* Updated response counts

* Updated docs and removed references to derpecated fields in ResponseCounts
2024-07-25 10:29:23 -07:00
Violet Hynes
ce904105f9
Update docs around dead_server_last_contact_threshold (#27793)
* Update docs around dead_server_last_contact_threshold

* Grammar
2024-07-16 14:44:33 -04:00
aphorise
3d4f00a1d5
Docs: autosnapshots notes around AWS EKS & S3 configuration requirments (#27646)
* Docs: autosnapshots notes around AWS EKS & S3 configuration requirments.

* Docs: corrected autosnapshots notes around AWS EKS & S3 configuration requirments.

* Update website/content/docs/enterprise/automated-integrated-storage-snapshots.mdx

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

* Update website/content/api-docs/system/storage/raftautosnapshots.mdx

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

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-07-15 06:31:24 -07:00
Equus quagga
f385807fc6
Update secrets-sync.mdx (#27356)
Remove association mistakenly had two name parameters instead of name and secret_name.
2024-06-13 10:30:11 -04:00
divyaac
ca9c4df71e
Deprecates current_billing_period (#27426)
* Applied oss patches

* Added changelog

* Edited upgrade guide
2024-06-10 14:33:38 -07:00
divyaac
59320bb60b
Deprecated default_report_months (#27350)
* Deprecated default_report_months through docs and upgrade guides

* Added upgraade doc

* Update website/content/docs/upgrading/upgrade-to-1.18.x.mdx

Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com>

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

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

* Update website/content/docs/upgrading/upgrade-to-1.18.x.mdx

Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com>

* Update vault/logical_system_activity.go

Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com>

* updated code sample

* Added changelog

* Update website/content/docs/upgrading/upgrade-to-1.18.x.mdx

Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com>

* Update changelog/27350.txt

Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com>

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

Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com>

* Update upgrade-to-1.18.x.mdx

* Update upgrade-to-1.18.x.mdx

* Added docs nav

* Edited docs nav

* Edited docs

---------

Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-06-06 21:58:54 +00:00
divyaac
61b27d0cb4
Added docs (#27266) 2024-06-06 10:14:49 -07:00
akshya96
027c002069
add retention months limits to docs (#27268) 2024-05-29 15:42:56 -07:00