Commit Graph

1593 Commits

Author SHA1 Message Date
Ryan Cragun
39c9d0b62d docs: fix upgrade 1.16.x (#27999)
Signed-off-by: Ryan Cragun <me@ryan.ec>
2024-08-06 11:08:36 -06:00
Ryan Cragun
5a69be44a2 docker: add upgrade notes for curl removal (#27995)
Signed-off-by: Ryan Cragun <me@ryan.ec>
2024-08-06 10:56:30 -06: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
Theron Voran
a17121c138 Update hana db pkg (#27950)
* database/hana: use go-hdb v1.10.1

* docs/hana: quotes around password so dashes don't break it
2024-08-05 16:26:24 -07:00
Adam Rowan
8b8069a30c Update interoperability-matrix.mdx (#27977)
Updating the existing Vault/YubiHSM integration with a newer version of Vault as well as now supporting Managed Keys.
2024-08-05 18:31:30 -04:00
Jonathan Frappier
1fb20dbc3d Add regular (e.g. not API) doc for cross namespace (#27975)
* Add regular (e.g. not API) doc for cross namespace

* Update website/content/docs/enterprise/namespaces/configure-cross-namespace-access.mdx

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

* Update website/content/docs/enterprise/namespaces/configure-cross-namespace-access.mdx

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

* Update website/content/docs/enterprise/namespaces/configure-cross-namespace-access.mdx

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

---------

Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2024-08-05 16:31:56 -04:00
VBouiller
9b3a73daba Update userpass CLI doc for custom path flag (#27968)
It's not clear from the get go how to use the userpass auth method with a custom path.

Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2024-08-05 17:42:23 +00:00
aphorise
37dbe7bf38 Docs: Approle removed incorrect token_num_uses that's incomplete with batch (#27909)
Corrected Docs at: [vault/docs/auth/approle **Via the CLI**](https://developer.hashicorp.com/vault/docs/auth/approle#via-the-cli-1) which results in the error message below on versions near to Vault 1.17.x.

```
Error writing data to auth/approle/role/my-role: Error making API request.

URL: PUT https://.../v1/auth/approle/role/my-role
Code: 400. Errors:

* 'token_type' cannot be 'batch' or 'default_batch' when set to generate tokens with limited use count
```

Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2024-08-02 19:23:33 +00:00
Violet Hynes
f786af16a9 Add docs note about Windows paths (#27946) 2024-08-02 09:49:54 -04:00
John-Michael Faircloth
c23ebb173f docs: add note on microsoft's saml auth bound attributes syntax (#27938) 2024-08-01 11:16:00 -04:00
Ellie
e938ff350f [docs] Document known issue with duplicate identity groups (#27904)
* init

* fix versions

* remove whitespace

* update version

* fix file name

* fix link

* fix links (included one from other known issue too

* Fix spacing
2024-08-01 08:09:19 -05:00
Will-Low
7d093f4e11 Add expected and default values for the vault.hashicorp.com/agent-pre-populate annotation (#27895)
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
2024-07-29 11:51:14 -07:00
Ben Ash
f5963cfe00 Update VSO docs for v0.8.1 (#27898)
* Including missing Helm documentation.
* Add version tip for instant updates
2024-07-29 14:45:32 -04:00
Violet Hynes
b689fc62f1 VAULT-29198 CE side changes for Proxy update forwarding (#27891)
* VAULT-29198 CE side changes for Proxy update forwarding

* VAULT-29198 changelog
2024-07-29 12:58:55 -04:00
Marc Boudreau
a41c21b0f0 VAULT-28677: Fix dangling entity-aliases in MemDB after invalidation (#27750)
* properly cleanup aliases no longer in entity during invalidation

* test: verify proper alias removal from entity in invalidation

* add changelog entry

* document dangling entity-alias known issue

* improve entity-alias delete test

* fixup! document dangling entity-alias known issue

* use simpler approach to reconcile entity aliases in invalidation

* adjust comment to match previous code change

* add test covering local aliases

* pre-delete changed entity in invalidation
2024-07-25 15:36:42 -04:00
Yoko Hyakuna
f2ce14b4b2 [Docs] Minor editorial fixes - "token capabilities" (#27851)
* Minor editorial fixes

* Fix a typo
2024-07-24 09:00:53 -07:00
Ben Ash
6a6a35a2f0 Bump VSO versions to 0.8.0 (#27835) 2024-07-22 17:03:17 -04:00
Ben Ash
137bba2b70 VSO: update docs for VaultAuthGlobals (#27797)
---------

Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
2024-07-22 11:03:33 -04:00
Ben Ash
fb5000c379 Update VSO docs for auto CRD upgrade behaviour (#27763) 2024-07-22 11:02:23 -04:00
Theron Voran
7235c269b7 docs/vso: instant updates (#27668) 2024-07-22 11:01:52 -04:00
Theron Voran
6d4cb5e49a Docs update for vault helm v0.28.1 release (#27766) 2024-07-19 17:12:07 -07:00
Johnny Fang
7ca16627f5 Fixing typo "auth_auth" should be "auto_auth" (#27758)
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2024-07-19 12:12:02 -07:00
Altabay-HashiCorp
7d6986cc84 Docs: Add a Priority matching policy example using Namespaces (#27792)
* Policy priority NS example

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

Modification after review

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

---------

Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2024-07-19 09:21:16 -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
aphorise
139253657d Docs: PGP & gpg version requirements with ECDH & Vault 1.13.x or higher (#27767)
* Docs: PGP & gpg version requirements with ECDH & Vault 1.13.x or higher.

* Update website/content/docs/concepts/pgp-gpg-keybase.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:30:49 -07:00
Robert
a2a13183f9 Add custom tags section to sync overview, denote normalized values (#27757)
* Add custom tags section to sync overview, specifically call out normalizing names and tags

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

Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>

* Fix typo

---------

Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
2024-07-11 19:29:28 +00:00
Altabay-HashiCorp
5856ae4ef7 Add administrative_namespace_path as an available parameter in Vault config (#27744) 2024-07-10 08:58:16 -07:00
claire bontempo
2fbead02dc Docs: add UI support to databases capabilities docs (#27717)
* add UI support to DB docs

* add in parenthesis instead

* Revert "add in parenthesis instead"

This reverts commit 843554358ae5df07cb49af0a33d0539e581c395f.

* add version to ui support column
2024-07-10 08:40:03 -07:00
Violet Hynes
ed94318ccd Fix lowercase steps in utilization docs (#27741) 2024-07-10 10:50:30 -04:00
Peter Wilson
a2e78ebbab remove erroneous mention of {DEVICE} specific telemetry for Vault audit request/response failures (#27698) 2024-07-09 12:30:15 +01:00
Jonathan Frappier
7328723490 Remove link (#27713) 2024-07-08 17:47:11 -04:00
Victor Rodriguez
dbcc7ef431 Document the Transit AES CMAC known issue. (#27714)
See PR #6147 for details about the problem.
2024-07-08 17:22:28 -04:00
Jonathan Frappier
2902e805ee Fix space in release notes (#27711) 2024-07-08 16:17:34 -04:00
Mary Frances
85bbab93f2 Update mongodbatlas.mdx (#27511)
Fix Capabilities heading Markdown syntax
2024-07-05 09:42:58 -04:00
ram-parameswaran
bcc8e9ca1f Update tcp-tls.mdx (#27560)
Fix typo. Replace SIGHIP with SIGHUP
2024-07-05 09:21:16 -04:00
Jonathan Frappier
a7078102c3 Update link to perf rep tutorial (#27682) 2024-07-03 16:46:40 -04:00
Yoko Hyakuna
366fb73b38 [Docs] Update the KV secrets engine overview page (#27658)
* Add v1 ad v2 comparison section

* Remove the reference to the tutorial

* Fix a typo
2024-07-03 08:36:39 -07:00
Peter Wilson
a49c892f4b docs: known issue for listener using proxy_protocol _behavior (#27628)
* docs: known issue for listener proxy protocol behavior

* relative links

* update text

* Update website/content/partials/known-issues/config_listener_proxy_protocol_behavior_issue.mdx

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

* change one of the uses of 'this'

* Update website/content/partials/known-issues/config_listener_proxy_protocol_behavior_issue.mdx

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

* Update website/content/partials/known-issues/config_listener_proxy_protocol_behavior_issue.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-02 21:52:33 +01:00
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