Kajeepan Kandeepan
c09ca8c124
[Docs] update reference consul-helm url to consul-k8s ( #28825 )
...
* chore: update reference consul-helm url to consul-k8s
* docs: add changelog
---------
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2024-11-08 16:24:13 -08:00
Theron Voran
3f6cf98055
Docs update for vault-helm v0.29.0 and vault-k8s v1.5.0 releases ( #28851 )
2024-11-08 23:50:45 +00:00
ram-parameswaran
6f653692ea
Update seal-ha.mdx ( #28863 )
...
Fix typo and text formatting
2024-11-08 09:24:00 -05:00
Yoko Hyakuna
2cd0e14b7e
Update the AWS Marketplace link ( #28860 )
2024-11-07 14:21:42 -08:00
Yoko Hyakuna
69b1a615fb
[Docs] Add recommended patterns ( #28843 )
...
* Content conversion from tutorial to doc - seal
* Add AppRole best practices
* Clean up the reference list
* Updated the title
* match the titles
* Add namespaces best practices
* Update the table style
2024-11-07 13:17:43 -08:00
miagilepner
2744bdbb7e
VAULT-24466: Quotas and replication docs ( #28837 )
2024-11-07 10:26:03 +01:00
Sarah Chavis
38ad49d63b
Update ServiceNow info ( #28823 )
...
* Update ServiceNow info
* apply feedback
* tweaks
* clarify
2024-11-04 11:14:43 -08:00
Martin
c38c5763ed
Fix: Add missing iam:TagUser permission ( #28757 )
...
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2024-11-04 09:20:37 -08:00
Steven Clark
e489631e87
Transit: Allow ENT only arguments for sign/verify. Add docs for new Ed25519 signature types ( #28821 )
2024-11-01 12:57:52 -04:00
Altabay-HashiCorp
76f22fac24
fix url typo in removing seal ha ( #28818 )
2024-10-31 09:49:26 -04:00
Melody
9b3cc9b069
docs/vso: fix backwards v1 and v2 links ( #28733 )
...
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
2024-10-30 16:42:36 -07:00
Sarah Chavis
6e234a8de6
Add note about new KV functionality in GUI ( #28812 )
2024-10-30 15:40:51 -07:00
Ken Keller
cc62bf2ac2
Update index.mdx ( #28802 )
...
fixed some lower case instances of Helm
2024-10-30 10:06:47 -05:00
Yoko Hyakuna
68ed4ac841
Remove duplicated text ( #28794 )
2024-10-29 08:43:37 -07:00
Sarah Chavis
cccad7d53f
minor text edits and update includes to use shared partials for log level and log format ( #28771 )
2024-10-25 10:06:33 -07:00
Sarah Chavis
f439a1eece
Refresh CLI docs: vault agent family ( #28770 )
...
* save progress
* fix file name
* save progress
* save progress
* remove uneeded subheader
* Fix build error
* fix another build error
2024-10-25 09:47:17 -07:00
Jonathan Frappier
3349dc745d
Add SAML example to docs ( #27121 )
...
* Add SAML example
* Docs/add saml edits (#28732 )
* editing suggestions (start)
* save edits
* Update website/content/docs/auth/saml/adfs.mdx
* Update website/content/docs/auth/saml/index.mdx
* Update website/content/docs/auth/saml/adfs.mdx
* Update website/content/docs/auth/saml/troubleshoot-adfs/index.mdx
---------
Co-authored-by: Jonathan Frappier <92055993+jonathanfrappier@users.noreply.github.com>
* Fix content errors
* missed one >_<
---------
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-10-24 11:47:33 -07:00
Kianna
ad55f8aaa3
Restructure monitor command docs and add monitor partial ( #28753 )
...
* Restructure and add partial
* Update website/content/docs/commands/monitor.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/docs/commands/monitor.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/partials/cli/monitor/flags/log-format.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/partials/cli/monitor/flags/log-format.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/partials/cli/monitor/flags/log-format.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/partials/cli/monitor/flags/log-level.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/partials/cli/monitor/flags/log-level.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/partials/cli/monitor/flags/log-level.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Address feedback
---------
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2024-10-24 11:22:03 -07:00
Scott Miller
415d260995
Support trimming trailing slashes via a mount tuneable to support CMPv2 ( #28752 )
...
* Support trimming trailing slashes via a mount tuneable to support CMPv2
* changelog/
* Perform trimming in handleLoginRequest too
* Eagerly fetch the mount entry so we only test this once
* Add a mount match function that gets path and entry
* Update vault/request_handling.go
Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
* more docs
* Some patches (from ENT) didnt apply
* patch fail
* Update vault/router.go
Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
* PR feedback
* dupe
* another dupe
* Add support for enabling trim_request_trailing_slashes on mount creation
* Fix read mount api returning configuration for trim_request_trailing_slashes
* Fix test assertion
* Switch enable and tune arguments to BoolPtrVal to allow end-users to specify false flag
* Add trim-request-trailing-slashes to the auth enable API and CLI
---------
Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
2024-10-24 10:47:17 -05:00
Yoko Hyakuna
a2390d3234
[Docs] Add usage metrics page ( #28723 )
...
* Add UI screenshots
* Add 'usage metrics' page
* Align the step instruction and its screenshot
* Additional notes
* Add link to API docs
2024-10-18 08:18:45 -07:00
Sarah Chavis
d3ef02b778
VAULT-29153: Update docs with IPv6 compliance info ( #28707 )
...
* update matrix doc and add IPv6 info
---------
Co-authored-by: Ryan Cragun <me@ryan.ec>
2024-10-15 16:34:16 -07:00
Sarah Chavis
9f2c4353ae
[DOCS] Add missing metric: vault.barrier.estimated_encryptions ( #28708 )
...
* Create placeholders for missing metric
* update metric info and rewrite rotation doc
* Deal with erroneous content error
2024-10-15 16:29:25 -07:00
Scott Miller
c41f5bdcb4
Document the encryption algorithms used in ADP auditing purposes ( #28691 )
2024-10-15 11:56:16 -05:00
John-Michael Faircloth
945d0f7989
docs: fix links and format for mongodbatlas secrets ( #28688 )
2024-10-14 11:17:04 -07:00
Theron Voran
a94c8b8aa6
docs/vso: hvs rotating and dynamic secrets ( #28656 )
2024-10-11 17:50:47 -07:00
Sarah Chavis
927d1758e6
CLI content refresh - audit commands ( #28642 )
...
First CLI command doc updates:
* Rewrite CLI usage page
* Rewrite token helper page
* Move and rewrite CLI emulator doc
* Rewrite `vault audit` command family docs
2024-10-11 16:29:15 -07:00
davidadeleon
ef967a0d8c
update AOP docs ( #28686 )
...
Co-authored-by: davidadeleon <ddeleon@hashicorp.com>
2024-10-11 09:29:07 -04:00
miagilepner
5cbebacfce
VAULT-28520: Docs describing active node/leadership election timing ( #28608 )
...
* add leadership election delay explanations
* Update website/content/docs/internals/high-availability.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/docs/internals/high-availability.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/docs/internals/high-availability.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/docs/internals/integrated-storage.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/docs/internals/integrated-storage.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/docs/internals/high-availability.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/docs/internals/integrated-storage.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/docs/internals/high-availability.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* small fixes
---------
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-10-11 14:36:55 +02:00
Sarah Chavis
33872cc10b
Fix broken link in 1.18.x release notes ( #28665 )
2024-10-09 18:20:18 -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
Sarah Chavis
25ce991234
Add release notes for 1.18 ( #28646 )
...
* Add release notes for 1.18
* Make corrections per feedback
* Update website/content/docs/release-notes/1.18.0.mdx
Co-authored-by: Jonathan Frappier <92055993+jonathanfrappier@users.noreply.github.com>
---------
Co-authored-by: Jonathan Frappier <92055993+jonathanfrappier@users.noreply.github.com>
2024-10-08 21:30:39 -07:00
ram-parameswaran
518027ba83
Update Azure SDK logger variable in docs ( #28622 )
...
* Update azure.mdx
Update Azure secrets engine docs to use AZURE_SDK_GO_LOGGING for Azure debug
* Update azure.mdx
Update Azure Auth engine docs to use AZURE_SDK_GO_LOGGING for Azure debug
2024-10-08 16:55:55 -07:00
Ben Ash
0f296522c3
Update VSO docs for v0.9.0 ( #28639 )
2024-10-08 18:36:40 -04:00
Yoko Hyakuna
af8c9571b1
[Docs] Add a missing parameter ( #28630 )
...
* Add a missing parameter
* Update website/content/docs/configuration/replication.mdx
Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>
* Fix the cross referencing link
---------
Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>
2024-10-08 13:49:09 -07:00
Steven Clark
9808006be9
Update Vault PKCS11 Provider docs ( #28615 )
...
- Add a missing architecture that we have published for a while
- Add a Changelog to the end of the page
2024-10-07 16:18:45 -04:00
vinay-gopalan
08e8776dfb
Add documentation for new rootless password rotation workflow for DB Static Roles ( #28374 )
...
Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-10-07 15:51:30 +00:00
Chris Capurso
69411d7925
VAULT-30108: Include User-Agent header in audit requests by default ( #28596 )
...
* include user-agent header in audit by default
* add user-agent audit tests
* update audit default headers docs
* add changelog entry
* remove temp changes from TestAuditedHeadersConfig_ApplyConfig
* more TestAuditedHeadersConfig_ApplyConfig fixes
* add some test comments
* verify type assertions in TestAudit_Headers
* more type assertion checks
2024-10-07 10:02:17 -04:00
Mike Palmiotto
6a145af82a
CE: Remove RequestLimiter config plumbing ( #28592 )
...
This PR provides some plumbing for the enterprise counterpart PR:
hashicorp/vault-enterprise#6791
2024-10-04 13:48:16 -04:00
Jason Joo
a5caf4e1cb
fix: cert auth method watches cert file change and NewCreds() notification ( #28126 )
...
Signed-off-by: Jason Joo <hblzxsj@gmail.com>
2024-10-02 13:41:55 -04:00
framsouza
efd2fb2ae4
[docs] Updating Kubernetes upgrade instruction ( #25286 )
...
* [docs] Updating kubernetes upgrade instruction
* Fixing code block
* Update website/content/docs/platform/k8s/helm/run.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/docs/platform/k8s/helm/run.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/docs/platform/k8s/helm/run.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/docs/platform/k8s/helm/run.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/docs/platform/k8s/helm/run.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
---------
Co-authored-by: Peter Wilson <peter.wilson@hashicorp.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
Co-authored-by: divyaac <divya.chandrasekaran@hashicorp.com>
Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2024-09-23 14:09:05 +00:00
Andrew Talbot
2fc8e35ec3
docs(lambda-extension): update distributed tracing headers warning; ( #28319 )
...
* docs(lambda-extension): update cache header warning;
* docs(lambda-extension): tweak language;
* docs(lambda-extension): accept pr comment
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
---------
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-09-20 14:39:16 -07:00
rajesht-source
0c986fc660
updated vault helm chart doc with usecase of nlb ( #27690 )
...
* updated vault helm chart doc with usecase of nlb
Signed-off-by: Kumar, Rajesh (XINBM1A) <Rajesh.Kumar2@fmr.com>
* Update index.mdx - changes as per the pr comment
Signed-off-by: Kumar, Rajesh (XINBM1A) <Rajesh.Kumar2@fmr.com>
---------
Signed-off-by: Kumar, Rajesh (XINBM1A) <Rajesh.Kumar2@fmr.com>
2024-09-20 16:53:38 -04:00
Mark Lewis
a89f8d5228
Update index.mdx ( #28350 )
...
Typo
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-09-19 18:28:50 -07:00
gerardma77
2e6944d93e
Adding AD lifetime period of an old password note to Vault LDAP secrets Engine Documentation. ( #28428 )
...
* adding_OldPasswordAllowedPeriod_waring
* Updated note for AD passwords
* Update website/content/docs/secrets/ldap.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
---------
Co-authored-by: Equus quagga <jan.prinsloo@hashicorp.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-09-19 11:44:00 -07:00
Sarah Chavis
343cc88e03
Update index.mdx ( #28436 )
...
Fix list typo
2024-09-18 16:27:45 -07:00
Jonathan Frappier
66fa7606ac
Add set up vault service doc ( #28272 )
...
* Add set up vault service doc
* Suggestions/edits (#28394 )
---------
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-09-18 11:12:06 -07:00
Violet Hynes
3df04b8aae
Update LTS language to not contradict ( #28424 )
2024-09-18 13:37:48 -04:00
Violet Hynes
e17fc06824
Add note about vault kv get to Proxy docs ( #28400 )
2024-09-17 15:22:34 -04:00
Violet Hynes
450506ba9c
Fix link to mongodb atlas page ( #28403 )
...
* Fix link to mongodb atlas page
* Fix missing space
2024-09-17 15:22:06 -04: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