1183 Commits

Author SHA1 Message Date
Sarah Chavis
71f76a9ae4
add known issue partial and update related docs (#22629) 2023-08-30 14:53:00 -04:00
Pratik Khasnabis
658e0f4151
Softveda patch what is vault (#12686)
* Expanded the description for "What is Vault?". This descripton is what is used by HashiCorp CSA team.
2023-08-30 18:27:23 +00:00
Sarah Chavis
bd3596610f
Add the appropriate enterprise alerts for seal wrapping (#22628) 2023-08-30 11:09:49 -07:00
Violet Hynes
2826be941f
Fix broken quotas metrics links (#22650) 2023-08-30 13:24:42 -04:00
ram-parameswaran
92734f109d
Update azure.mdx with Azure debug info (#22273)
* Add a section for enabling Azure debug logs for Azure secret engine similar to the section in the Azure Auth method.

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2023-08-30 09:41:09 -07:00
Bianca Moreira
cf43d3eeed
Add administrative namespace docs (#22581)
* Add administrative namespace section to namespaces docs
* Tag sys endpoints with restricted admin alert
---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2023-08-30 09:31:53 -07:00
Sarah Chavis
ce2851543f
[DOCS] Tweak language, add warning for root creds (#22627)
* Tweak language, add warning for root creds
---------

Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
2023-08-30 00:44:45 +00:00
Nestor Reyes
9fc303bad1
Update oracle-tde.mdx Formatting issues (#22522)
* Update oracle-tde.mdx

* Update website/content/docs/enterprise/pkcs11-provider/oracle-tde.mdx
---------
2023-08-29 09:04:15 -07:00
Adam Rowan
d0997baebc
Update interoperability-matrix.mdx (#22569)
Adding in two new KMS integrations that were missing before.

Co-authored-by: Alex Cahn <acahn@hashicorp.com>
2023-08-29 08:41:38 -07:00
Sean Ellefson
9cd0d919f5
Add note to outline correspondence with Consul config (#22545)
* Add note to outline correspondence with Consul config

Calling out corresponding parameter for Vault's integrated storage `max_entry_size` with Consul's `kv_max_value_size`.

* Update website/content/docs/configuration/storage/raft.mdx

---------

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2023-08-29 10:20:01 -04:00
Sarah Chavis
04fc15471b
Update alert partials and files that include them (#22556) 2023-08-24 15:30:17 -07:00
divyaac
da6815e5a4
Chroot Listener Docs (#22503)
* Chroot Listener Docs

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

Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>

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

Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>

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

Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>

Added a statement on what happens when namespace does not exist

* Information on what will happen if a namespace is provided through the CLI or the header

* Changed from specified value to default value

* Edit typo

* Edited docs with clarification on appending

* Edited docs

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

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

---------

Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2023-08-23 17:13:00 -07:00
Theron Voran
8984201141
docs/vault-secrets-operator: add openshift page (#22456)
Adds info about installing the operator on openshift.
2023-08-22 18:22:06 +00:00
Christopher Swenson
12fc5bed7c
Add subscribe capability to policies (#22474)
* Add `subscribe` capability to policies

... and `subscribe_event_types` to the policy body.

These are not currently enforced in the events system (as that
will require populating the full secrets path in the event).

Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
2023-08-22 18:07:32 +00:00
hskiba
6e41be5e04
Update azuread.mdx link to "Use claims to reliably identify a user" (#22491)
Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2023-08-22 16:52:32 +00:00
Josh Black
75eebddba9
bolt.write.time should actually be a counter, not a gauge (#22468)
* bolt.write.time should actually be a counter, not a gauge

* add changelog

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

Co-authored-by: Paul Banks <pbanks@hashicorp.com>

* correct changelog

---------

Co-authored-by: Paul Banks <pbanks@hashicorp.com>
2023-08-21 20:11:57 +00:00
miagilepner
616c3a5ba5
[VAULT-17826] Remove mount point from rollback metrics (#22400)
* remove metrics

* add test and documentation

* update docs

* changelog

* fix TestConfig_Sanitized

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

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

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

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

* Update website/content/partials/telemetry-metrics/rollback-intro.mdx

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

* Update website/content/partials/telemetry-metrics/route-intro.mdx

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

* separate partials for metrics

* remove debugging line

* add high cardinality warning

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2023-08-21 16:55:37 +02:00
Artur Faizullin
8250fba0e6
Update docs for standalone tls (#13455) 2023-08-18 13:47:15 -07:00
Fulton Byrne
915f44be2c
best-practice: prom format by header (#16364)
* best-practice: prom format by header

* move config related doc closer to config example

---------

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2023-08-18 16:26:06 -04:00
Mark Lewis
8441ff655b
Update signed-ssh-certificates.mdx (#17899)
Minor typo
2023-08-17 23:23:56 +00:00
Aram Mirzadeh
ea56dd7e89
Added note about windows clients using cmd.exe (#16451)
Added a note that when using a windows, cmd.exe does not interpret single quotes
2023-08-17 16:04:01 -07:00
Peter Zujko
e746d8d8d7
Add doc for metrics_prefix telemetry configuration (#16562) 2023-08-17 23:03:39 +00:00
hayden
c6f2845f6b
docs: Add more keycloal oidc URL, URIs information (#17314) 2023-08-17 16:00:21 -07:00
Sarah Chavis
ec6fc13c71
Replace "tbd" with a meaningful example (#22022) 2023-08-17 15:21:15 -07:00
Nestor Reyes
c147fba33c
Update oracle-tde.mdx to remove deprecated sqlnet.ora configuration (#22342)
* Update oracle-tde.mdx to remove deprecated sqlnet.ora configuration steps
* Remove text regarding updating  sqlnet.ora in the Enable TDE section. 
* Add steps to set the wallet location using parameters. 
* Update Oracle Documentation references from 12c docs to 19c docs.
* Update website/content/docs/enterprise/pkcs11-provider/oracle-tde.mdx

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2023-08-17 15:03:47 -07:00
Markus Cisler
a58d650e58
Fix link formatting in Vault lambda extension docs (#22396)
* Fix link formatting in Vault lambda extension docs

The link pointing to supported lambda runtimes does not use correct markdown formatting so it is not rendered as a link on developer.hashicorp.com. This commit renders it as a link again.

* Add changelog entry

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2023-08-17 20:39:54 +00:00
Kevin Wang
cbae51fdbc
docs: fix codeblock language (#22367) 2023-08-17 13:25:08 -07:00
Theron Voran
11aaca5102
docs/vault-secrets-operator: 0.2.0 release updates (#22392)
* docs/vault-secrets-operator: 0.2.0 release updates

* update k8s supported versions
2023-08-17 13:24:23 -07:00
Alexander Scheel
f24dddf342
Add documentation on troubleshooting ACME (#21381)
* Add documentation on troubleshooting ACME
---------

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2023-08-17 19:40:09 +00:00
Adrian Todorov
b49d668e6a
Clarify Tokens use and structure recommendation (#21569)
* Clarify Tokens use and structure recommendation

* Update website/content/docs/concepts/tokens.mdx

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2023-08-17 19:38:47 +00:00
Marty Pauley
6ceee6276f
Don't say "Success!" when a specific field is requested. (#21546)
* add a test to show the bug

* do not output a "Success!" message if a specific field was requested

* Create 21545.txt

* Fix changelog name

---------

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2023-08-17 11:49:04 -04:00
Alexander Scheel
7d361eec46
Add documentation on CIEPS protocol (#22398)
* Add documentation on CIEPS protocol

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>

* Update website/content/docs/secrets/pki/cieps.mdx

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

* Update website/content/docs/secrets/pki/cieps.mdx

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

* Fix indentation, link to Vault SDK

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>

---------

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
2023-08-17 11:05:58 -04:00
Kai Xia(夏恺)
5ab5369ba2
disambiguate these two docs. (#21842)
* disambiguate these two docs.

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

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

* Update website/content/docs/secrets/databases/mongodbatlas.mdx

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2023-08-17 09:40:35 -04:00
Peter Wilson
a53e78699f
Move code block outside of 'tip' to resolving layout issues (#22395)
* Move code block outside of 'tip' to resolving layout issues

* <tip> block requires a newline before content (and likely after)
2023-08-17 13:49:11 +01:00
JD Goins
1f1989333d
Docs: Add metrics for mount table monitoring (#21927)
* Add metrics for mount table monitoring
---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2023-08-16 13:12:29 -07:00
Judith Malnick
5d769e8c8e
Clarify license reporting timing and other details (#22026)
* Add Alicia's edits to clarify log timing and other details
* Update website/content/docs/enterprise/license/utilization-reporting.mdx

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2023-08-16 20:11:19 +00:00
ashishhcpgit
3df12006c0
updated the clarification note for performance_multiplier (#20980)
* updated the clarification note for performance_multiplier

* Put some original text related to performance_multiplier back.

* Update website/content/docs/configuration/storage/raft.mdx

Force committing TW suggestions as PR appears abandoned

* Update website/content/docs/configuration/storage/raft.mdx

Force committing TW suggestions as PR appears abandoned

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2023-08-16 13:08:38 -07:00
David Corrigan
75186641ac
Fix version argument (#17739)
Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2023-08-16 15:27:46 -04:00
Anton Carlos
35c0041948
make etcd param MaxCallSendMsgSize configurable (#12666)
* make max_call_size configurable

* add changelog

* update etcd docs and fix changelog

* rename to max_send_size

* docs variable fix

---------

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2023-08-16 15:03:12 -04:00
Benjamin Holmes
d3d5e0e90b
Include a direct link to the interoperability matrix from Vault HSM page (#18776)
* Include a direct link to the interoperability matrix from Vault HSM page

* Update website/content/docs/enterprise/hsm/index.mdx

Co-authored-by: Kendall Strautman <36613477+kendallstrautman@users.noreply.github.com>

---------

Co-authored-by: Kendall Strautman <36613477+kendallstrautman@users.noreply.github.com>
Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2023-08-16 15:54:51 +00:00
Ben Moskovitz
cbc9b66620
Update JWT docs to not recommend -path for vault write (#18305)
* Update JWT docs to not recommend `-path` for `vault write

`-path` is valid for `vault login`, but not for `vault write` leading to confusion when trying to log in to using the JWT backend using the CLI.

* Update website/content/docs/auth/jwt/index.mdx

---------

Co-authored-by: tjperry07 <tjperry07@users.noreply.github.com>
Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2023-08-16 11:54:17 -04:00
Yannis Rachdi
ecd9ed21b8
docs: add notice regarding GitHub SSO-enabled orgnization (#16460)
Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2023-08-16 08:52:39 -04:00
sylvia-petsanova
daf174b89d
Add clarification about TLS configuration options needed to enable TLS cert authentication. (#22358)
Clarification added by a customer's request, as tls_disable_client_certs being set to false was found to also be necessary for TLS cert authentication.
2023-08-16 08:51:45 -04:00
Ethan Lowman
5e5ead45c7
docs: Fix default gcpkms region (#17098) 2023-08-15 14:33:11 -04:00
Sarah Chavis
91face4eff
convert OSS language to "community" (#22343) 2023-08-15 13:31:52 -04:00
Sarah Chavis
6ce0699301
add note that assumed roles are not supported (#22324) 2023-08-15 13:19:02 -04:00
Tanmay Pereira Naik
2269369229
docs: Update outdated vaultproject.io/docs/ links (#22162)
Signed-off-by: Tanmay Pereira Naik <59953366+tanmay-pnaik@users.noreply.github.com>
Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com>
2023-08-15 12:59:34 -04:00
ram-parameswaran
4c563a27a9
Update ServiceNow Vault documentation (#21450)
Update ServiceNow Vault documentation to explicitly call out from ServiceNow UTAH:
- use the ServiceNow App store
- set the name of the Credential Resolver to match the name of the jar

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2023-08-14 15:28:00 -07:00
Eoin
718540a632
Update step-down.mdx (#21495)
Updating the vault leader step down documentation to include some extra info about possible failed requests during leader step down

* Add changelog.txt
* Update website/content/docs/commands/operator/step-down.mdx

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2023-08-14 15:25:39 -07:00
Sebin John
ebd4002b56
Support ldap authentication in vault agent (#21641)
* Support ldap authentication in vault agent

* Update documentation

* Add changelog entry
2023-08-14 09:18:42 -04:00