Commit Graph

2129 Commits

Author SHA1 Message Date
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
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
Paul Banks
b276c122c0 Clarify audit log failure telemetry docs. (#27969)
* Clarify audit log failure telemetry docs.

* Add the note about the misleading counts
2024-08-06 14:51:23 +01: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
Meggie
1f7e589850 Add link from api-docs to namespace docs (#27502)
I wanted to make the list of API endpoints with restricted namespace access easier to find.

I considered adding the partial directly here, but thought the explanation in the link would have been helpful.
2024-08-05 12:44:26 -04: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
Peter Wilson
6b9261e1db Attempt to improve explanation of the current metric so Operators don't think things are failing when they aren't (#27955) 2024-08-02 20:21:03 +01: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
kevin-loehfelm
7c13168d7d added delete role to website documentation (#27883)
* added delete role to website documentation

* added changlog
2024-07-26 15:18:45 -07: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
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
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
Yoko Hyakuna
f1aa3bd7ca [Docs] Add a warning about namespace info for HVD (#27812)
* Add a warning about namespace info for HVD

* Minor edit
2024-07-19 13:04:51 -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
John-Michael Faircloth
3f90e9ac38 docs: add missing rotation_statements to oracle docs (#27802) 2024-07-17 18:14:49 -04:00
John-Michael Faircloth
d444a32f8c docs: add missing rotation_statements to mssql api docs (#27800) 2024-07-17 10:30:00 -05: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
Milena Zlaticanin
f7ccefa4a4 Update azure docs to include new param (#27680)
* Update azure docs to include new param

* update
2024-07-03 12:53:56 -07: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
Ben Ash
a05deb5f37 AWS secrets: add support for STS session tags (#27620)
Adds support for configuring session tags for assume role operations.
2024-07-02 10:48:52 -04:00