Commit Graph

1093 Commits

Author SHA1 Message Date
hc-github-team-secure-vault-core
ed5f9fb75b backport of commit 6a2ff07ba2 (#24519)
Co-authored-by: ram-parameswaran <109940849+ram-parameswaran@users.noreply.github.com>
2023-12-20 17:56:07 -08:00
Yoko Hyakuna
efbae09ce6 Add some clarity to retry_join docs (#24605) (#24615)
This edit was made based on customer feedback

Co-authored-by: Justin Clayton <justinclayton@users.noreply.github.com>
2023-12-20 16:56:02 -08:00
hc-github-team-secure-vault-core
195f3063bd Backport of commit 4980cb0fe1 (#24569)
Co-authored-by: Christopher Swenson <christopher.swenson@hashicorp.com>
2023-12-18 11:29:28 -08:00
hc-github-team-secure-vault-core
5253baaded backport of commit ac1e9194da (#24522)
Co-authored-by: benz0 <benz0@benz0.com>
2023-12-13 14:03:44 -08:00
hc-github-team-secure-vault-core
77d4cadf2e backport of commit 10f7011ca3 (#24458)
Co-authored-by: brendanelmes <44867387+brendanelmes@users.noreply.github.com>
2023-12-08 22:22:06 +00:00
hc-github-team-secure-vault-core
0fe4970c06 fix -log-file so that it uses the correct name and only adds timestamps on rotation (#24297) (#24321)
* fix -log-file so that it uses the correct name and only adds timestamps on rotation

* added some tests for naming/rotation

* changelog

* revert to previous way of getting created time

* remove unused stat

* comment shuffle

* Update changelog/24297.txt



* Update website/content/docs/agent-and-proxy/agent/index.mdx

Update 'agent' docs page



* Update website/content/docs/agent-and-proxy/proxy/index.mdx

Update 'proxy' docs page



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

Update 'server' docs page



* fix typos

---------

Co-authored-by: Peter Wilson <peter.wilson@hashicorp.com>
Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2023-12-01 12:33:00 +00:00
hc-github-team-secure-vault-core
ed1d233f59 backport of commit 66b3e439d8 (#24219)
Co-authored-by: Scott Miller <smiller@hashicorp.com>
2023-11-21 10:01:08 -06:00
hc-github-team-secure-vault-core
132a4e5e06 Backport of Remove duplicate partial reference from release-notes into release/1.13.x (#24086)
* Remove duplicate partial reference from release-notes (#24081)

* remove partial references from release-notes that link to upgrade guides, and change link in partial to anchor

* Clarify leak is memory consumption

There is no leak of information.

* update references in table

* update table to include range for affected versions

---------

Co-authored-by: Meggie Ladlow <meggie@hashicorp.com>

* bring in updated known-issue partial

---------

Co-authored-by: davidadeleon <56207066+davidadeleon@users.noreply.github.com>
Co-authored-by: Meggie Ladlow <meggie@hashicorp.com>
2023-11-10 14:45:50 -05:00
hc-github-team-secure-vault-core
0b0b730710 Add known issue for sublogger memory leak (#23977) (#24007)
* add known issue for sublogger memory leak

* update known issue

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



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



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



---------

Co-authored-by: davidadeleon <56207066+davidadeleon@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 16:57:13 -04:00
hc-github-team-secure-vault-core
535ca5f0d1 backport of commit 9538c6e59b (#23996)
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2023-11-03 11:07:22 -07:00
hc-github-team-secure-vault-core
9ec145bd55 backport of commit d93a13a7e3 (#23989)
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2023-11-03 17:24:50 +00:00
hc-github-team-secure-vault-core
89c37a738e Backport of [DOCS] Link to compliance page for vault instead of a pdf into release/1.13.x (#23932)
* backport of commit 95535193a4

* Empty commit to trigger rebuild
2023-11-01 18:00:57 +00:00
hc-github-team-secure-vault-core
23d8f66f67 Backport of core: fix bug where deadlock detection was always on for expiration and quotas into release/1.13.x (#23903)
* backport of commit 66494c8129

* remove slices

* remove slices

---------

Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
2023-10-30 14:29:42 -04:00
hc-github-team-secure-vault-core
75a5ce0da6 docs/update docs with known issue (#23866) (#23891)
* update docs with known issue

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



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



* add upgrade and release notes and change file location

* add 1.13 and 1.14 release and upgrade docs

---------

Co-authored-by: Ellie <ellie.sterner@hashicorp.com>
Co-authored-by: davidadeleon <56207066+davidadeleon@users.noreply.github.com>
2023-10-27 18:18:54 -05:00
hc-github-team-secure-vault-core
141014d552 backport of commit 4e3b91d91f (#22567) (#23692)
* backport of commit 4e3b91d91f (#22567)

* workerpool implementation

* rollback tests

* website documentation

* add changelog

* fix failing test

* backport of commit de043d6736 (#22754)

* fix flaky rollback test

* better fix

* switch to defer

* add comment

---------

Co-authored-by: miagilepner <mia.epner@hashicorp.com>
2023-10-17 14:34:38 +02:00
hc-github-team-secure-vault-core
711eafa353 backport of commit c2f5ee0c62 (#23686)
Co-authored-by: Jonathan Frappier <92055993+jonathanfrappier@users.noreply.github.com>
2023-10-16 20:04:39 -04:00
hc-github-team-secure-vault-core
0a6d9dadd7 backport of commit 25bebfa91c (#23384)
Co-authored-by: Peter Wilson <peter.wilson@hashicorp.com>
2023-09-28 18:31:58 +00:00
hc-github-team-secure-vault-core
de86c5f803 [VAULT-20073] Docs: update upgrade guide for 1.15 with information on Sentinel RGP group policy application (#23296) (#23351)
Co-authored-by: Kuba Wieczorek <kuba.wieczorek@hashicorp.com>
Co-authored-by: Peter Wilson <peter.wilson@hashicorp.com>
2023-09-27 21:08:59 +00:00
hc-github-team-secure-vault-core
f96de24e7c [VAULT-20073] Docs: update docs on Sentinel RGP group policy application (#23292) (#23340)
Co-authored-by: Kuba Wieczorek <kuba.wieczorek@hashicorp.com>
Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
Co-authored-by: Peter Wilson <peter.wilson@hashicorp.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2023-09-27 20:54:58 +00:00
hc-github-team-secure-vault-core
4c785b0584 backport of commit 1d61aeb8ae (#23251)
Co-authored-by: Sergey Kutovoy <kutovoy.s@gmail.com>
2023-09-22 15:38:46 +00:00
hc-github-team-secure-vault-core
c19522fef5 backport of commit 55414e6a73 (#23197)
Co-authored-by: Aram Mirzadeh <aram535@users.noreply.github.com>
2023-09-20 14:20:48 -07:00
hc-github-team-secure-vault-core
44e68c7f5b Add known issues around transit managed keys (#23080) (#23099)
* 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



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



* Apply PR feedback

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

---------

Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
Co-authored-by: Alexander Scheel <alex.scheel@hashicorp.com>
2023-09-14 15:02:16 -04:00
hc-github-team-secure-vault-core
693ed35968 backport of commit 854ea77f9e (#23082)
Co-authored-by: Meggie <meggie@hashicorp.com>
2023-09-14 13:21:18 -04:00
hc-github-team-secure-vault-core
410289467f backport of commit f0fb07b0b2 (#23070)
Co-authored-by: Jonathan Frappier <92055993+jonathanfrappier@users.noreply.github.com>
2023-09-13 18:49:23 -04:00
hc-github-team-secure-vault-core
9bc9bd3a7e backport of commit 15a50b8959 (#23057)
Co-authored-by: Jonathan Frappier <92055993+jonathanfrappier@users.noreply.github.com>
2023-09-13 15:58:27 -04:00
hc-github-team-secure-vault-core
cdba1eebd0 backport of commit 8c4b4650ae (#22909)
Co-authored-by: Scott Miller <smiller@hashicorp.com>
2023-09-08 10:58:06 -05:00
Bianca Moreira
df758c4eaa Add administrative namespace docs (#22581) (#22792)
* 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-09-07 09:12:24 -04:00
hc-github-team-secure-vault-core
9042812f82 Backport of Add config value that gives users options to skip calculating role for each lease into release/1.13.x (#22729)
* Add config value that gives users options to skip calculating role for each lease (#22651)

* Add config value that gives users options to skip calculating role for each lease

* add changelog

* change name

* add config for testing

* Update changelog/22651.txt

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

* update tests, docs and reorder logic in conditional

* fix comment

* update comment

* fix comment again

* Update comments and change if order

* change comment again

* add other comment

* fix tests

* add documentation

* edit docs

* Update http/util.go

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

* Update vault/core.go

* Update vault/core.go

* update var name

* udpate docs

* Update vault/request_handling.go

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

* 1 more docs change

---------

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com>

* remove wrong part of cherry-pick

---------

Co-authored-by: Ellie <ellie.sterner@hashicorp.com>
Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com>
2023-09-01 08:07:21 -05:00
hc-github-team-secure-vault-core
06476ec0bc backport of commit bd3596610f (#22661)
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2023-08-30 12:39:10 -07:00
hc-github-team-secure-vault-core
bd039945fb backport of commit ce2851543f (#22632)
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2023-08-29 17:49:43 -07:00
hc-github-team-secure-vault-core
da53ee433a backport of commit d0997baebc (#22607)
Co-authored-by: Adam Rowan <92474478+bear359@users.noreply.github.com>
2023-08-29 09:03:02 -07:00
hc-github-team-secure-vault-core
59b5901e86 backport of commit d189ebf710 (#19267)
Co-authored-by: Tero Saarni <tero.saarni@est.tech>
Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
2023-08-17 12:00:58 -07:00
hc-github-team-secure-vault-core
44a2a5b287 backport of commit 6d9a1adc72 (#19761)
Co-authored-by: Raymond Ho <raymonstah@gmail.com>
2023-08-17 00:14:33 +00:00
hc-github-team-secure-vault-core
c48e3c23e8 backport of commit 5d769e8c8e (#22385)
Co-authored-by: Judith Malnick <judith@hashicorp.com>
2023-08-16 16:20:31 -07:00
hc-github-team-secure-vault-core
702c80d279 backport of commit 3df12006c0 (#22382)
Co-authored-by: ashishhcpgit <95898616+ashishhcpgit@users.noreply.github.com>
2023-08-16 13:19:20 -07:00
hc-github-team-secure-vault-core
3888967c75 backport of commit daf174b89d (#22360)
Co-authored-by: sylvia-petsanova <104836103+sylvia-petsanova@users.noreply.github.com>
2023-08-16 13:00:24 +00:00
hc-github-team-secure-vault-core
919f5110cd backport of commit 67a167139b (#22299)
Co-authored-by: Peter Wilson <peter.wilson@hashicorp.com>
2023-08-11 14:05:59 +00:00
hc-github-team-secure-vault-core
d428a0bffc backport of commit 1d01045e85 (#22154)
Co-authored-by: Kyle Schochenmaier <kschoche@gmail.com>
2023-08-01 12:43:58 -05:00
hc-github-team-secure-vault-core
62e2ccd7fd docs/mssql: update schema to be generic (#22101) (#22114)
Co-authored-by: Ellie <ellie.sterner@hashicorp.com>
2023-07-31 12:39:48 -05:00
hc-github-team-secure-vault-core
be97ab8db6 docs/mssql: add admin privileges needed (#22096) (#22103)
* docs/mssql: add admin privileges needed

* remove line

* remove ddl role

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



---------

Co-authored-by: Ellie <ellie.sterner@hashicorp.com>
Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
2023-07-31 10:51:02 -05:00
hc-github-team-secure-vault-core
dba044da75 backport of commit 5ba848dbdd (#21991)
Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
2023-07-20 21:17:27 +00:00
hc-github-team-secure-vault-core
030b0af136 backport of commit 4ce8e4b00f (#21987)
Co-authored-by: Max Bowsher <maxbowsher@gmail.com>
2023-07-20 21:11:59 +00:00
hc-github-team-secure-vault-core
f4f0b71e42 backport of commit def7c1b0a7 (#21944)
Co-authored-by: Paul Banks <pbanks@hashicorp.com>
2023-07-19 15:33:52 +00:00
Anton Averchenkov
46863a79a3 Backport #21426 (#21922) 2023-07-18 17:08:30 -04:00
hc-github-team-secure-vault-core
810e1fb561 backport of commit ba52063705 (#21848)
Co-authored-by: Peter Wilson <peter.wilson@hashicorp.com>
2023-07-14 10:22:41 +00:00
Sarah Chavis
64b74211bb Manual backport of user lock updates to 1.13.x branch (#21766) 2023-07-11 15:49:15 -07:00
hc-github-team-secure-vault-core
39eb1d65c2 Add known issue about update_primary_addrs panic (#21443) (#21444)
* add known issue about update_primary_addrs panic

* Fix partial

* Fix render

Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
2023-06-23 16:02:53 +00:00
hc-github-team-secure-vault-core
335623929b backport of commit 15aee2e0ba (#21397)
Co-authored-by: Alexander Scheel <alex.scheel@hashicorp.com>
2023-06-21 21:07:15 +00:00
hc-github-team-secure-vault-core
2b9a117721 Backport of VAULT-16905: Add upgrade description about non entity tokens into release/1.13.x (#21257)
* Automatic license utilization reporting (#20898)

* Add license utilization reporting doc

* Updated the title

* Incorporated the review feedback

* Update website/content/docs/enterprise/license/utilization-reporting.mdx

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

* Update website/content/docs/enterprise/license/utilization-reporting.mdx

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

* Fix the self reminder note

---------

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

* Add the payload parameter description (#21050)

* Add the payload parameter description

* Update website/content/docs/enterprise/license/utilization-reporting.mdx

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

* Update website/content/docs/enterprise/license/utilization-reporting.mdx

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

* Update website/content/docs/enterprise/license/utilization-reporting.mdx

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

* Adjust spacing

---------

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

* VAULT-16905: Add upgrade description about non entity tokens (#21245)

* add to utilization reporting

* add known issue

* fixes

* Add additional reporting versions to the documentation (#21304)

* add additional versions to the documentation

* pr fixes

* pr fixes

---------

Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com>
Co-authored-by: miagilepner <mia.epner@hashicorp.com>
2023-06-21 16:02:57 +00:00
Nick Cabatoff
d15c8fd922 Backport 1.13: Document known issues surrounding update-primary on PR secondaries. (… (#21196) 2023-06-14 10:08:31 -04:00