1554 Commits

Author SHA1 Message Date
Ken Keller
66ca2ec5c5
Update index.mdx with proper capitalization (#27648) 2024-07-01 10:26:21 -05:00
Jonathan Frappier
b35305f6ec
Remove link to static role tutorial (#27640)
* Remove link to static role tutorial

* I honestly dont know but VSCode said I had changes
2024-06-28 15:46:16 -04:00
aphorise
ef1de1a9bd
Docs: VAULT_DISABLE_REDIRECTS added further clarity (#27256)
* Docs: VAULT_DISABLE_REDIRECTS added further clarity

Added limit to HTTP redirects - where the current text does not explicitly call out that only a single redirect will be followed.

* corrected typo

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

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

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-06-28 11:53:50 -07:00
Violet Hynes
43480a6387
Add section clarifying Agent and Proxy availability (#27615)
* Add section clarifying Agent and Proxy availability

* Further clarification

* typo

* Reorder table
2024-06-28 14:45:42 +01:00
Robert
5f4a0deb77
Add product name to relative link (#27624) 2024-06-26 16:07:03 -07:00
Robert
11bb553475
Document token format/prefix differences in the token concepts page (#27562)
* Update tokens.mdx

* Change wording from 2 token types to 3 types
2024-06-26 22:56:17 +00:00
Adam Rowan
41caa2d014
Update interoperability-matrix.mdx (#27618)
Adding a new Vault KMIP integration listing with Dell PowerProtect DDOS 8.0
2024-06-26 13:00:18 -07:00
miagilepner
69e919fe11
Docs: clarify cluster name usage (#27587)
* clarify cluster name usage

* add update line
2024-06-26 13:41:14 +02:00
AvivGuiser
3372a9b4db
secrets/database: Add usePrivateIP field for cloudsql postgresql instances (#26828)
* add usePrivateIP params to determine if to use private ip dial option

Signed-off-by: aviv guiser <avivguiser@gmail.com>

* fix the connection_producer.go in mysql plugin

Signed-off-by: aviv guiser <avivguiser@gmail.com>

* Update sdk/database/helper/connutil/sql.go

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

---------

Signed-off-by: aviv guiser <avivguiser@gmail.com>
Signed-off-by: AvivGuiser <aviv.guiser@placer.ai>
Co-authored-by: Robert <17119716+robmonte@users.noreply.github.com>
2024-06-25 14:17:13 -05:00
Peter Wilson
ad1b5dfcd6
Docs: fix listener 'proxy_protocol_behavior' support version 1 and 2 (#27594)
* fix listener 'proxy_protocol_behavior' docs to mention support for v1 and v2

* Update website/content/docs/configuration/listener/tcp/index.mdx

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

---------

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2024-06-25 16:36:29 +00:00
Robert
5f078e2d39
Add chroot known-issue and sync activation-flag release note (#27558)
* Add chroot known-issue and activation-flag release note

* Fix reference link
2024-06-21 13:05:12 -05:00
Sarah Chavis
d23db14c46
[DOCS: SPE-827] Add autopilot known issue to 1.15 docs and 1.16/1.17 release notes (#27454)
* Update 1.15 docs with autopilot known issue

* add autopilot issue to 1.16 and 1.17 release notes as known issue
2024-06-20 10:48:30 -07:00
Jacob Henner
46a41a549b
Specify headers by environment variable (#21993)
* Specify headers by environment var

* Add changelog entry

* Add tests, docs

* Formatting

---------

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2024-06-19 16:51:24 -04:00
Adrian Todorov
e7f2107b52
clarify the JWT auth bound_audiences change in behaviour (#27541) 2024-06-19 08:56:45 -05:00
John-Michael Faircloth
ab08d623e8
docs: add note to jwt auth for bound aud changes (#27530) 2024-06-19 08:35:22 -05:00
Violet Hynes
ff8442dff7
VAULT-28192 Add known issue for Agent/Proxy CPU issue (#27520)
* VAULT-28192 Add known issue for Agent/Proxy CPU issue

* Remove version column

* Add versions to other rows
2024-06-18 09:25:23 -04:00
Yoko Hyakuna
164352e5b4
Remove an extra space (#27508) 2024-06-14 14:14:35 -07:00
Sarah Chavis
7f0e64480f
[DOCS] Correct adaptive overload link (#27506) 2024-06-14 11:44:58 -07:00
Adam Rowan
52d35cdf65
Update configuration.mdx (#27497)
Adding SNMPv3 fields to credential resolver documentation.
2024-06-13 16:33:56 -07:00
Scott Miller
c131b47535
Link to the CLI commands in the BYOK pages (#27490) 2024-06-13 11:41:21 -05:00
Scott Miller
1a8e6791da
Update documentation to add the Transform import CLI command (#27487) 2024-06-13 11:35:39 -05:00
John-Michael Faircloth
377294fa76
docs: add link to jwt auth upgrade note for 1.16 (#27468) 2024-06-12 18:54:08 +00:00
John-Michael Faircloth
76ebf0b41b
docs: correct auth jwt role requirements (#27384)
* docs: correct auth jwt role requirements

* remove upgrade guide to be added in separate PR

* Revert "remove upgrade guide to be added in separate PR"

This reverts commit 6554d3ff63623a329b0d93f7143d95cd3f19b3e6.

* update required details for bound audience

* Apply suggestions from code review

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

* fix formatting to match the existing format of the file

* add 1.16 known issues

* add 1.17 upgrade guide note

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-06-12 13:46:40 -05:00
Sarah Chavis
495d617b01
draft release notes and explicit anchors for easier linking (#27431) 2024-06-11 13:29:55 -07:00
Scott Miller
e315ef31ec
Remove the Beta flag from Seal HA (#27437) 2024-06-11 16:36:58 +01:00
Peter Wilson
3f11c24c13
VAULT-23335: Audit - Exclusion Docs (Draft) (#26696)
* Added exclusion draft docs

* added message to link exported types RequestEntry and ResponseEntry to website docs

* Update website/content/docs/enterprise/audit/exclusion.mdx

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

* Update website/content/docs/enterprise/audit/exclusion.mdx

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

* Update website/content/docs/enterprise/audit/exclusion.mdx

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

* Update website/content/docs/enterprise/audit/exclusion.mdx

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

* Update website/content/docs/enterprise/audit/exclusion.mdx

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

* Update website/content/docs/enterprise/audit/exclusion.mdx

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

* Update website/content/docs/enterprise/audit/exclusion.mdx

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

* Update website/content/docs/enterprise/audit/exclusion.mdx

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

* Update website/content/docs/enterprise/audit/exclusion.mdx

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

* Update website/content/docs/enterprise/audit/exclusion.mdx

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

* Update website/content/docs/enterprise/audit/exclusion.mdx

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

* Update website/content/docs/enterprise/audit/exclusion.mdx

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

* Update website/content/docs/enterprise/audit/exclusion.mdx

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

* `an` => `a`

* quotes

* Update website/content/docs/enterprise/audit/exclusion.mdx

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

* Update website/content/docs/enterprise/audit/exclusion.mdx

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

* Update website/content/docs/enterprise/audit/exclusion.mdx

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

* Update website/content/partials/audit-options-common.mdx

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

* JSON {} 'objects'

* condition is optional

* Update website/content/docs/enterprise/audit/exclusion.mdx

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-06-11 08:39:54 +01:00
divyaac
ca9c4df71e
Deprecates current_billing_period (#27426)
* Applied oss patches

* Added changelog

* Edited upgrade guide
2024-06-10 14:33:38 -07:00
Scott Miller
de84d373c1
Document environment variable usage in Seal HA (#27421)
* Document how environment variables work with seal names

* wording
2024-06-10 11:37:59 -05:00
Mary Frances
0ca6fe9af2
Update mongodbatlas.mdx (#27395)
Capitalize Atlas and add space in note.
2024-06-10 10:44:03 -04: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
Jonathan Frappier
ef10c1a2a4
Add TCP TLS guide (#27318)
* Add TCP TLS guide

* Fix example listener stanza missing }

* Update website/content/docs/configuration/listener/tcp-tls.mdx

Co-authored-by: Jamie Finnigan <jfinnigan@hashicorp.com>

* Update website/content/docs/configuration/listener/tcp-tls.mdx

Co-authored-by: Jamie Finnigan <jfinnigan@hashicorp.com>

* Update website/content/docs/configuration/listener/tcp-tls.mdx

Co-authored-by: Jamie Finnigan <jfinnigan@hashicorp.com>

* Update website/content/docs/configuration/listener/tcp-tls.mdx

Co-authored-by: Jamie Finnigan <jfinnigan@hashicorp.com>

* Update website/content/docs/configuration/listener/tcp-tls.mdx

Co-authored-by: Jamie Finnigan <jfinnigan@hashicorp.com>

* Update website/content/docs/configuration/listener/tcp-tls.mdx

Co-authored-by: Jamie Finnigan <jfinnigan@hashicorp.com>

* Suggestions for TCP-TLS docs (#27335)

* recreating edits

* Fix nav entry

---------

Co-authored-by: Jamie Finnigan <jfinnigan@hashicorp.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-06-05 09:48:10 -04:00
John-Michael Faircloth
b9a2f83019
docs: note vle is not supported with aws snapstart (#27329)
* docs: note vle is not supported with aws snapstart

* Update website/content/docs/platform/aws/lambda-extension.mdx

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

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-06-04 21:31:49 -07:00
vinay-gopalan
5acc4331ea
Add WIF documentation for Azure Auth and Secrets engines (#27185) 2024-06-03 13:17:13 -07:00
vinay-gopalan
01ccf580d8
Add WIF documentation for GCP Auth and Secrets engines (#27170)
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-06-03 13:16:56 -07:00
Violet Hynes
1d87ed8aaf
Add docs and changelog for PR 9733 (#27313) 2024-06-03 14:09:57 -04:00
Violet Hynes
92e995c68e
Note that Vault Proxy is supported as a Windows Service (#27306)
* Note that Vault Proxy is supported as a Windows Service

* Formatting
2024-05-31 13:04:17 -04:00
JMGoldsmith
896e825549
known issue with autopilot upgrades (#27286)
* known issue with autopilot upgrades

* Update releases

* Fix typo

* Fix typo

Co-authored-by: Ellie <ellie.sterner@hashicorp.com>

* Update 1.15.0.mdx

* Update 1.16.1.mdx

---------

Co-authored-by: Ellie <ellie.sterner@hashicorp.com>
Co-authored-by: Tony Wittinger <anwittin@users.noreply.github.com>
Co-authored-by: davidadeleon <56207066+davidadeleon@users.noreply.github.com>
2024-05-31 12:39:34 -04:00
Ben Ash
5672937149
Update docs for VSO v0.7.1 (#27296) 2024-05-30 18:56:30 -04:00
Jonathan Frappier
92a4fde589
Add note about HVS secret sync (#27285)
* Add note about HVS secret sync

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

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

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-05-30 16:21:51 -04:00
Seena Fallah
5c275e7d88
agent: allow changing file ownership in file sink (#27123)
* agent: allow changing file ownership in file sink

Allow changing the ownership of the token file in file sink.

Signed-off-by: Seena Fallah <seenafallah@gmail.com>

* Consistency: id -> ID

* Add changelog

* Remove empty line in changelog

* agent: add godoc for TestFileSinkMode_Ownership

Signed-off-by: Seena Fallah <seenafallah@gmail.com>

---------

Signed-off-by: Seena Fallah <seenafallah@gmail.com>
Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2024-05-30 15:11:37 -04:00
jeremyaranas-hashicorp
b8d482c2fa
Updated Sentinel replication namespace (#27214)
Co-authored-by: Jonathan Frappier <92055993+jonathanfrappier@users.noreply.github.com>
2024-05-30 12:03:16 -04:00
Lucy Davinhart || Strawb System
b5e58a73b0
Update raft.mdx (#27275) 2024-05-30 10:33:56 -04:00
Brian Shumate
39a0dea8ad
Docs: Add recommended patterns (#27257)
* Docs: Add recommended patterns

- Create security folder
- Move security model to security folder as index page
- Add recommended patterns page to security folder
- Update navigation

* Add diagram content

* Rework navigation placement
2024-05-29 11:06:16 -04:00
markafarrell
476b0d57c9
Add vault.agent.authenticated metric (#26570)
* add vault.agent.authenticated metric

fix metric name

* Update command/agentproxyshared/auth/auth.go

---------

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2024-05-28 12:28:24 -04:00
Ben Ash
990a25aee2
Update docs for VSO v0.7.0 (#27245) 2024-05-27 19:52:55 -04:00
Roberto Hidalgo
6e72397a86
Allow setting of Consul ServiceMeta tags from config file (#11084)
* Allow setting of Consul ServiceMeta tags from config file

probably a bad idea, let's see how it works
scaffold tests

* kick circleci

* Add links to consul docs

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

* add changelog note

* use relative developer docs links

* address feedback

* please linter

---------

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2024-05-27 16:28:10 -04:00
Luis (LT) Carbonell
8298e79e45
Add replication heartbeat metric docs (#27229) 2024-05-24 14:51:29 -04:00
Sarah Chavis
53ec4d5f7b
[DOCS] Manage resources with TF (#27171)
---------

Co-authored-by: CJ <105300705+cjobermaier@users.noreply.github.com>
Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com>
2024-05-24 09:55:27 -07:00
John-Michael Faircloth
f528036e45
docs: ldap secrets hierarchical paths (#27203)
* docs: ldap secrets hierarchical paths

* changelog

* Apply suggestions from code review

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

* role_name => set_name

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-05-24 09:10:59 -05:00
Ellie
7438d63f81
docs: document known issue sending sighup to ent standby node (#27155)
* docs: document known issue sending sighup to ent standby node

* be more specific with cause of panic

* add partial to upgrade guides for 1.14, 1.15, 1.16
2024-05-24 06:38:07 -05:00