157 Commits

Author SHA1 Message Date
divyaac
ca9c4df71e
Deprecates current_billing_period (#27426)
* Applied oss patches

* Added changelog

* Edited upgrade guide
2024-06-10 14:33:38 -07: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
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
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
Mike Palmiotto
ecd164386c
Add a known issue for perf standby reverting to standby (#27062) 2024-05-15 17:49:40 -04:00
Paul Banks
0a06215d1a
Documentation for Adaptive Overload Protection (#26690)
* Document enabling config

* Fix nav data JSON after disabling over-zealous prettifier

* Address review feedback

* Add warning about reloading config during overload

* Bad metrics links

* Another bad link

* Add upgrade note about deprecation

---------

Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com>
2024-05-10 17:55:57 +01:00
Peter Wilson
8778240665
VAULT-26466: audit - docs for including correlation ID headers by default (#26778)
* Docs for correlation ID changes

* Updates

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

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

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

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

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

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

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

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

* Create upgrade 1.17 doc and add audit headers info

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

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

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

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

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

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

* Update website/content/docs/upgrading/upgrade-to-1.17.x.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-09 17:58:01 +00:00
Steven Clark
0637f5e316
PKI: Change sign-intermediate to truncate notAfter by default (behavior change) (#26796)
* PKI: Change sign-intermediate to truncate notAfter by default

 - The PKI sign-intermediate API allowed an end-user to request a TTL
   value that would extend beyond the signing issuer's notAfter. This would
   generate an invalid CA chain when properly validated.
 - We are now changing the default behavior to truncate the returned certificate
   to the signing issuer's notAfter.
 - End-users can get the old behavior by configuring the signing issuer's
   leaf_not_after_behavior field to permit, and call sign-intermediary
   with the new argument enforce_leaf_not_after_behavior to true. The
   new argument could also be used to enforce an error instead of truncating
   behavior if the signing issuer's leaf_not_after_behavior is set to err.

* Add cl

* Add cl and upgrade note

* Apply suggestions from code review

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

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-05-09 11:22:04 -04:00
Ellie
84d734d673
[docs] document known issue for azure secrets engine failing on role creation (#26881)
* document known issue for azure secrets engine failing on role creation

* fix empty space

* remove new line

* add workaround

* remove space

---------

Co-authored-by: Tony Wittinger <anwittin@users.noreply.github.com>
2024-05-09 09:48:22 -05:00
Lucy Davinhart || Strawb System
674edc5bc6
Link to deprecation notice page in upgrade guide (#23569)
* Link to deprecation notice page in upgrade guide

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-05-01 15:17:46 -07:00
Jason Peng
e17b57f5c1
Update vault-ha-upgrade.mdx to not step-down during upgrades (#24457)
Due to the reported issue under https://github.com/hashicorp/vault/pull/24441, we identified that there are users issuing step-down during the upgrade, which is unintended.

We modified the documentation to make it clear that step-down should not be attempted, in addition rephrased the sentence with "step-down" word and exclude that term to avoid confusion.
2024-05-01 14:18:07 -07:00
John-Michael Faircloth
d11819316b
docs: remove non-existing file reference (#26602) 2024-04-23 11:38:41 -07:00
John-Michael Faircloth
76d33bfce7
docs: update 1.16 upgrade guide for ldap auth entity alias change (#26557) 2024-04-19 13:53:20 -04:00
John-Michael Faircloth
c05e704f07
docs: add known issue for jwt auth config (#26276)
* docs: add known issue for jwt auth config

* Update website/content/partials/known-issues/1_16-jwt_auth_config.mdx

Co-authored-by: Heat Hamilton <55773810+heatlikeheatwave@users.noreply.github.com>

---------

Co-authored-by: Heat Hamilton <55773810+heatlikeheatwave@users.noreply.github.com>
2024-04-04 21:25:33 +00:00
Sarah Chavis
038aaa3ff7
1.16 release notes and beta cleanup (#26247)
Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
2024-04-03 22:18:40 +01:00
John-Michael Faircloth
e019b62dd6
docs: add ldap auth login known issue (#26179)
* docs: add ldap auth login known issue

* add anon group search issue
2024-03-27 16:14:44 -05:00
Peter Wilson
7bd75eb858
Known issues: Vault Enterprise - Performance Standby nodes audit log all request headers (#26158)
* Add known issue docs for Ent Perf Standby audit header logging issue

* attempt to improve description
2024-03-26 14:54:11 +00:00
Josh Black
6d69761751
raft-wal docs (#25572)
* starting on docs

* add docs for raft-wal

* some tweaks

* Apply suggestions from code review

Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com>

* Edits for Raft WAL (#26123)

* not just one filename

* update file pattern for wal files

---------

Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-03-25 16:42:48 -07:00
Ciara Clements
89c9f86f22
Update upgrade-to-1.13.x.mdx (#25990)
Changed the wording of "For integrated storage users, Vault needs to be upgraded to 1.13 will enable this feature by default." to be more clear and concise to "For integrated storage users, upgrading Vault to 1.13 will enable this feature by default."
2024-03-20 08:17:00 -07:00
Tom Proctor
6482672d12
Docs: Updated plugin versioning usage docs for pinned versions (#25607) 2024-03-14 17:29:21 +00:00
Steven Clark
09294e891a
Add notes around OCSP GET request issue (#25745)
* Add note around OCSP GET request issue

 - Fix some broken TOC links
 - Add a note in the api-docs and in the considerations page
   around Vault having issues with OCSP GET requests and that
   POST requests should be preferred.
 - Add existing known issue to all branches that are affected.

* Fix links to partial file for 1.12 and 1.13 upgrade docs
2024-03-01 15:25:07 -05:00
Peter Wilson
3aa5b915ee
VAULT-24362: Updated 'known issues' to include audit panic (#25632)
* Updated known issues for audit panic

* feedback
2024-02-26 22:06:29 +00:00
Mike Palmiotto
895ae9afc0
fix 1.16 upgrade guide (#25593) 2024-02-22 17:15:13 -05:00
Tom Proctor
34079f2c30
Docs: Plugin env priority updates for 1.16.0 (#25580) 2024-02-22 21:51:03 +00:00
Mike Palmiotto
8f9e884bee
Default Lease Count Quota: Document pre-1.9 upgrades (#25559) 2024-02-22 16:16:24 -05:00
Marc Boudreau
78c8340f77
Document known issue to release notes and upgrade guide for 1.16.0 (#25540)
* document known issue to release notes and upgrade guide for 1.16.0

* add link to new pages in docs-nav-data.json

* Update website/content/docs/release-notes/1.16.0.mdx

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

* Update website/content/partials/known-issues/1_16-default-policy-needs-to-be-updated.mdx

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

* Update website/content/partials/known-issues/1_16-default-policy-needs-to-be-updated.mdx

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

* Update website/content/partials/known-issues/1_16-default-policy-needs-to-be-updated.mdx

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

* Update website/content/partials/known-issues/1_16-default-policy-needs-to-be-updated.mdx

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

* Update website/content/partials/known-issues/1_16-default-policy-needs-to-be-updated.mdx

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

* use active voice

* changing the affected version

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-02-22 15:45:52 -05:00
Raymond Ho
ef4adca32c
add ldap credential rotation bug as known issue for 1.15.5 (#25535) 2024-02-21 12:54:26 -08:00
miagilepner
5f0638aa8b
VAULT-23926: Fix rollback deadlock on perf secondaries (#25448)
* prevent deadlock

* rollbacks not done for sync invalidate

* add check for the path before deleting

* revert sync invalidation doesn't do rollbacks

* add known issue

* changelog

* fix formatting issue
2024-02-21 16:38:39 +01:00
Brian Shumate
6c29b43e8e
Docs: add undo logs section in upgrade to 1.13.x (#24996)
* Docs: update upgrade-to-1.13.x

- Add note about undo logs and upgrading for Consul users

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

Co-authored-by: Jonathan Frappier <92055993+jonathanfrappier@users.noreply.github.com>

---------

Co-authored-by: Jonathan Frappier <92055993+jonathanfrappier@users.noreply.github.com>
2024-01-23 11:34:42 -05:00
Peter Wilson
d65f562f84
VAULT-23122: Known Issues: Audit devices using log_raw (#24966)
* Docs for known issue: audit log_raw

* Typo

* Update website/content/partials/known-issues/1_15_audit-use-of-log-raw-applies-to-all-devices.mdx

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

---------

Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2024-01-19 20:30:06 +00:00
Tom Proctor
80f85a05f6
New root namespace plugin reload API sys/plugins/reload/:type/:name (#24878) 2024-01-17 15:46:27 +00:00
Cinthia Conti
3bc4520204
Docs update with known issue (#23887)
* adding known issue for user lockout

* Update website/content/partials/known-issues/user-lockout-logging.mdx

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

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2024-01-09 17:32:54 +00:00
Sarah Chavis
c0e5a9ab1e
Add KVv2 known issue to release notes (#24632)
* Add KVv2 known issue to release notes

* Update website/content/partials/known-issues/kv2-url-change.mdx

* Update website/content/partials/known-issues/kv2-url-change.mdx

---------

Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2024-01-02 08:35:02 -08:00
claire bontempo
2c19bbe145
Consistently refer to Key Value secrets engine as KV (#24529)
* VAULT-21427 change ui references from K/V to KV

* references in docs/

* website json data

* go command errors

* replace Key/Value with Key Value

* add changelog

* update test

* update secret list header badge

* two more test updates
2023-12-14 11:28:58 -08:00
Meggie
2aaeb55a4d
Clarify Vault versions, some upgrade guidance (#24396)
* Creating a Vault version explainer

The explainer is a partial that can be used on multiple pages. It gives an overview of our policies and version format and offers some recommendations about staying current.

* Apostrophe typo

Not saying I got all the typos, but got one anyway.

* Add a note about the very rare 4th digit

* Conform to subtitle best practices

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

---------

Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2023-12-06 15:36:48 -05:00
davidadeleon
d3bed43f40
Docs: Add expiration metrics fatal error known issue (#24050)
* add expiration metrics fatal error known issue

* adjust expected fix releases

* provide more clarity around issue
2023-11-08 23:40:50 +00:00
Mike Palmiotto
d5e84cf4a3
docs: Known issue for unchanged sublogger levels on reload (#24048) 2023-11-07 14:57:26 -05:00
davidadeleon
f0f5d4f906
Add known issue for sublogger memory leak (#23977)
* add known issue for sublogger memory leak

* update known issue

* Update website/content/partials/known-issues/ephemeral-loggers-memory-leak.mdx

Co-authored-by: Hamid Ghaf <83242695+hghaf099@users.noreply.github.com>

* Update website/content/partials/known-issues/ephemeral-loggers-memory-leak.mdx

Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>

* Update website/content/partials/known-issues/ephemeral-loggers-memory-leak.mdx

Co-authored-by: Brian Kassouf <briankassouf@users.noreply.github.com>

---------

Co-authored-by: Hamid Ghaf <83242695+hghaf099@users.noreply.github.com>
Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
Co-authored-by: Brian Kassouf <briankassouf@users.noreply.github.com>
2023-11-03 19:52:28 +00:00
Ellie
b0e8471b87
docs/update docs with known issue (#23866)
* update docs with known issue

* Update website/content/partials/internal-error-namespace-missing-policy.mdx

Co-authored-by: davidadeleon <56207066+davidadeleon@users.noreply.github.com>

* Update website/content/partials/internal-error-namespace-missing-policy.mdx

Co-authored-by: davidadeleon <56207066+davidadeleon@users.noreply.github.com>

* add upgrade and release notes and change file location

* add 1.13 and 1.14 release and upgrade docs

---------

Co-authored-by: davidadeleon <56207066+davidadeleon@users.noreply.github.com>
2023-10-27 16:21:23 -05:00
Angel Garbarino
44fb9a0f1b
known issues (#23595) 2023-10-12 17:18:35 +00:00
Peter Wilson
6fc1888cf7
Docs: known issue - audit file reload on SIGHUP (#23608)
* known issue documentation for Vault 1.15 related to file audit device - log rotation

* fix caps in URL anchor

* Update website/content/partials/known-issues/1_15-audit-file-sighup-does-not-trigger-reload.mdx

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

* PR feedback

* Warning not Important tag

* Update website/content/partials/known-issues/1_15-audit-file-sighup-does-not-trigger-reload.mdx

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

* Update website/content/partials/known-issues/1_15-audit-file-sighup-does-not-trigger-reload.mdx

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

* Update website/content/partials/known-issues/1_15-audit-file-sighup-does-not-trigger-reload.mdx

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

* Update website/content/partials/known-issues/1_15-audit-file-sighup-does-not-trigger-reload.mdx

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

* Update website/content/partials/known-issues/1_15-audit-file-sighup-does-not-trigger-reload.mdx

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

* Update website/content/partials/known-issues/1_15-audit-file-sighup-does-not-trigger-reload.mdx

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

* Update website/content/partials/known-issues/1_15-audit-file-sighup-does-not-trigger-reload.mdx

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

* changes to known issue doc

* changes to known issue doc - 2

---------

Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2023-10-11 18:05:48 +00:00
Robert
baa4dbe8e2
Add known issue notice for AWS auth panic (#23552)
* Add known issue
2023-10-06 11:03:31 -05:00
Robert
999111e5b3
Revert "auth/aws: fix panic in IAM-based login when client config doesn't exist (#23366)" (#23480)
This reverts commit 80e1912adb9e67aa5ec43706f769740935c7bf7a.
2023-10-03 16:01:40 -05:00
Austin Gebauer
80e1912adb
auth/aws: fix panic in IAM-based login when client config doesn't exist (#23366)
* auth/aws: fix panic in IAM-based login when client config doesn't exist

* add changelog

* adds known issue for 1.15.0

* fixes up known issue with workaround

* fix link

* maintain behavior of client config not needing to exist for IAM login

* update changelog
2023-09-30 11:25:56 +09:00
Steven Clark
1188335f6c
Bump versions within transit managed key known issues (#23375)
* Bump versions within transit managed key known issues

* Link in partials into 1.15.x upgrade release notes
2023-09-28 12:41:32 -04:00
Kuba Wieczorek
521f69bc25
[VAULT-20073] Docs: update upgrade guide for 1.15 with information on Sentinel RGP group policy application (#23296)
Co-authored-by: Peter Wilson <peter.wilson@hashicorp.com>
2023-09-27 21:36:43 +01:00
Steven Clark
92afdb58e0
Add known issues around transit managed keys (#23080)
* Add known issues around transit managed keys

 - Document known issue around managed key encryption failure with Cloud KMS backed keys and the failure to sign with managed keys

* Fix filename typos

* Update website/content/partials/known-issues/transit-managed-keys-sign-fails.mdx

Co-authored-by: Alexander Scheel <alex.scheel@hashicorp.com>

* Update website/content/partials/known-issues/transit-managed-keys-panics.mdx

Co-authored-by: Alexander Scheel <alex.scheel@hashicorp.com>

* Apply PR feedback

* Missed new line to force error on new-line.

---------

Co-authored-by: Alexander Scheel <alex.scheel@hashicorp.com>
2023-09-14 14:27:02 -04:00
Sarah Chavis
71f76a9ae4
add known issue partial and update related docs (#22629) 2023-08-30 14:53:00 -04: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