Commit Graph

20834 Commits

Author SHA1 Message Date
hc-github-team-secure-vault-core
9b8d8fb4ff Update vault-plugin-secrets-openldap to v0.15.1 (#29727)
---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
2025-02-26 22:44:16 +00:00
Angel Garbarino
496bc67d31 update attrs (#29722) 2025-02-26 16:04:52 -06:00
kpcraig
b078978b00 Update GRPC functions to send rotation window and period as seconds explicitly (#29721) 2025-02-26 16:13:46 -05:00
Ryan Cragun
b8e8620882 VAULT-33693 actions: fix push event PR labels (#29476)
* VAULT-33693: actions: fix push event PR labels

Fix pull request label metadata when triggered `push` event types.
We now use Github's `associatedPullRequests()` connection on the
`Commit` associated with the SHA to resolve the labels.

Signed-off-by: Ryan Cragun <me@ryan.ec>
2025-02-25 16:30:27 -07:00
Jordan Reimer
c1754f5f97 [UI] Types Linting (#29702)
* adds linting for types to scripts and lint staged

* fixes issue with AdapterError type

* moves lint-staged setup out of package.json and into config file

* fixes ember data store service type

* fixes route params types

* fixes model types

* fixes general type errors

* fixes ts declaration errors in js files

* adds missing copyright headers

* fixes issue accessing capabilities model properties

* ignores AdapterError import type error

* more updates to AdapterError type

* adds comment to lint-staged config

* moves ember data store type to @ember-data namespace

* updates store import

* moves AdapterError type to @ember-data namespace

* turns ember-data import eslint rule back on
2025-02-25 16:08:51 -07:00
Steven Clark
74d02c8a43 Fix some formatting issues for Go changelogs (#29710) 2025-02-25 14:43:59 -05:00
Luciano Di Lalla
d77a5a3841 Update CHANGELOG.md for 1.18.5, 1.17.12, 1.16.16 (#29708)
* Update CHANGELOG.md

* Update CHANGELOG.md
2025-02-25 14:36:53 -05:00
Violet Hynes
b5ded80e26 Pin CI tool versions (#29665)
* Pin CI tool versions

* Protoc-gen-go-grpc should be v1.5.1

* enumer

* More GHAs

* string

* misspell

* gopath

* gopath

* revert makefile stuff

* Export path

* path equals?

* Experimentation

* Go mod tidy
2025-02-25 12:56:36 -05:00
vinay-gopalan
e8c07ec68e Small fixes on UX of Automated Root Rotation parameters (#29685) 2025-02-25 09:14:38 -08:00
lane-wetmore
13d302d509 UI: Add KV view for wrap tool (#29677)
* add kv view for wrap tool

* add changelog entry

* update toggle  and tests

* update changelog, style updates, fix linting error bug

* update tests

* update test to include multiline input

* clean up

* test improvements and clean up

* shift away from disabling button on error

* update test for json lint warning

* add check after back

* move assertions to a better test for them
2025-02-24 20:21:21 -06:00
Yoko Hyakuna
5d1a971c44 Add missing '**' to the prereq (#29696) 2025-02-24 11:14:20 -08:00
Jenny Deng
b93e8e817c Fix bug with merging vault agent configs that set template_config (#29680)
* fix bug with merging configs with TemplateConfig and add test

* add changelog
2025-02-24 10:56:03 -08:00
Tom Chwojko-Frank
4783eb9d75 changelog update for 1.19.0-rc1 (#29687)
* changelog update for 1.19.0-rc1

* Moved item to improvements
2025-02-21 14:35:32 -08:00
Mark Collao
8522652c56 VAULT-33401 - update security-scan.hcl (#29230)
* update security-scan.hcl

* Update .release/security-scan.hcl

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

---------

Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
2025-02-21 10:59:24 -08:00
John-Michael Faircloth
e2f09cb2ab database: fix reload to not fail early (#29519)
* database: fix reload to not fail early

* return logical.ErrorRresponse; add tests

* do not return noop warnings; add logs

* changelog

* use name for log; remove event doc
2025-02-20 14:53:58 +00:00
Tin Vo
6960808238 VAULT-33601: fixing enos vault-radar failure (#29463)
* fixing vault-radar failure

* fixing seal_ha vault-radar error

* fixing seal_ha vault-radar error

* fixing seal_ha vault-radar error

* testing seal_ha

* testing seal_ha
2025-02-19 16:08:53 -08:00
Dan Rivera
dd8a0d57a8 UI: adding skip import rotation field when creating static roles (#29633)
* adding skip import rotation field to ui

* changing labels and subtext

* removing readonly, user input on edit would not affect value

* changelog

* fix test

* fix test2
2025-02-19 18:49:46 -05:00
Angel Garbarino
09e7c2e8fa 🧹 on policy upload file view (#29669)
* add margin and conditional

* add test coverage
2025-02-18 16:35:55 -07:00
Angel Garbarino
f73c3feeac remove dashboard survey link: (#29667) 2025-02-18 14:45:19 -07:00
Steven Clark
75c295131a Update Go to 1.23.6 on main (#29660) 2025-02-17 14:29:15 -05:00
Milena Zlaticanin
6e0c771e57 Add support for cross account management of static roles in AWS Secrets (#29645)
* aws-secrets/add-cross-acc-mgmt-static-roles

* refactor

* add function pointer for tests

* delete commented out code

* update

* update comment

* update func name

* add flag

* remove docs
2025-02-14 14:13:00 -07:00
hc-github-team-secure-vault-core
64e92ba9fd Update vault-plugin-secrets-ad to v0.20.1 (#29648)
* Update vault-plugin-secrets-ad to v0.20.1

* Add changelog

---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
2025-02-14 20:56:46 +00:00
claire bontempo
e3b41da05b update openapi for auth-config/ldap (#29642) 2025-02-14 00:29:42 +00:00
hc-github-team-secure-vault-core
b756fe6c0e Update vault-plugin-secrets-azure to v0.21.0 (#29639)
---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
2025-02-13 19:01:47 -05:00
hc-github-team-secure-vault-core
513f5a96b1 Backport of update vault-plugin-auth-oci to v0.18.0 into release/1.19.x (#29620)
* Update vault-plugin-auth-kerberos to v0.14.0

* Add changelog

* Update vault-plugin-auth-oci to v0.18.0

* Add changelog

---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
Co-authored-by: Jaired Jawed <jaired.jawed@hashicorp.com>
2025-02-13 23:20:01 +00:00
vinay-gopalan
6a9de17ac4 move logs into if block (#29634) 2025-02-13 22:56:22 +00:00
hc-github-team-secure-vault-core
a57972713d Update vault-plugin-auth-kerberos to v0.14.0 (#29617)
* Update vault-plugin-auth-kerberos to v0.14.0

* Add changelog

---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
Co-authored-by: Jaired Jawed <jaired.jawed@hashicorp.com>
2025-02-13 22:55:01 +00:00
Angel Garbarino
0c791dbe90 fix test (#29623) 2025-02-13 14:11:28 -08:00
Theron Voran
86d23d614f CE changes for VAULT-33452 (#29618) 2025-02-13 13:41:20 -08:00
lane-wetmore
4b05b590f5 UI: MFA methods now display namespace_path instead of namespace_id (#29588)
* update mfa methods to use namespace_path instead of namespace_id

* add test for empty namespace path and add namespace path to factories

* add changelog entry

* fix name

* hide namespace label when path is empty and test updates
2025-02-13 21:16:34 +00:00
kpcraig
db0d911683 Add support code for auth/ldap root autorotation (#29535)
---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-02-13 16:06:47 -05:00
hc-github-team-secure-vault-core
6efe9c7142 Update vault-plugin-auth-kubernetes to v0.21.0 (#29619)
* Update vault-plugin-auth-kubernetes to v0.21.0

* Add changelog

---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
2025-02-13 12:45:56 -08:00
Angel Garbarino
c75d8e39c3 fix test (#29610) 2025-02-13 14:54:49 -05:00
hc-github-team-secure-vault-core
3fe8dfce13 Update vault-plugin-secrets-kv to v0.21.0 (#29614)
* Update vault-plugin-secrets-kv to v0.21.0

* Add changelog

---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
2025-02-13 14:02:05 -05:00
hc-github-team-secure-vault-core
d3c14d577f Update vault-plugin-auth-alicloud to v0.20.0 (#29613)
* Update vault-plugin-auth-alicloud to v0.20.0

* Add changelog

---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
2025-02-13 14:01:09 -05:00
hc-github-team-secure-vault-core
cf8b6ba70b Update vault-plugin-secrets-gcpkms to v0.20.0 (#29612)
* Update vault-plugin-secrets-gcpkms to v0.20.0

* Add changelog

---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
2025-02-13 14:00:50 -05:00
hc-github-team-secure-vault-core
4feed3d382 Update vault-plugin-auth-azure to v0.20.0 (#29606)
* Update vault-plugin-auth-azure to v0.20.0

* Add changelog

---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
2025-02-13 11:38:37 -05:00
hc-github-team-secure-vault-core
c397423c37 Update vault-plugin-secrets-openldap to v0.15.0 (#29605)
---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
2025-02-13 11:34:25 -05:00
Steven Clark
ce8094fb6c Add underlining support for the PKI Enterprise SCEP work (#29604) 2025-02-13 15:54:18 +00:00
Nick Cabatoff
fe576994a4 Revert "Add docs for new iteration of ent operator import feature (#29406)" (#29524)
This reverts commit 9c0f2fbfe5.
2025-02-13 07:46:18 -05:00
hc-github-team-secure-vault-core
b17c6d5b6d Update vault-plugin-secrets-gcp to v0.21.0 (#29598)
* Update vault-plugin-secrets-gcp to v0.21.0

* Add changelog

* Update 29598.txt

---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
Co-authored-by: robmonte <17119716+robmonte@users.noreply.github.com>
2025-02-13 05:43:49 +00:00
hc-github-team-secure-vault-core
2493fc7355 Update vault-plugin-database-redis to v0.5.0 (#29597)
Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
2025-02-13 01:15:53 +00:00
hc-github-team-secure-vault-core
1c77670afa Update vault-plugin-database-redis-elasticache to v0.6.0 (#29594)
Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
2025-02-12 23:52:15 +00:00
hc-github-team-secure-vault-core
8611a24d84 Update vault-plugin-auth-gcp to v0.20.0 (#29591)
* Update vault-plugin-auth-gcp to v0.20.0

* Add changelog

* Update 29591.txt

---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
Co-authored-by: robmonte <17119716+robmonte@users.noreply.github.com>
2025-02-12 17:28:05 -06:00
hc-github-team-secure-vault-core
73d16609dc Update vault-plugin-secrets-kubernetes to v0.10.0 (#29592)
* Update vault-plugin-secrets-kubernetes to v0.10.0

* Add changelog

---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
2025-02-12 15:25:31 -08:00
hc-github-team-secure-vault-core
04b2e377c7 Update vault-plugin-database-mongodbatlas to v0.14.0 (#29584)
* Update vault-plugin-database-mongodbatlas to v0.14.0

* Add changelog

---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
Co-authored-by: Milena Zlaticanin <60530402+Zlaticanin@users.noreply.github.com>
2025-02-12 13:46:21 -07:00
Amir Aslamov
6a30d4e5b0 VAULT-33603: normalize start time in export api (#29562)
* copy subset of oss changes from ent pr

* add changelog entree
2025-02-12 15:16:34 -05:00
hc-github-team-secure-vault-core
52ab80caec Update vault-plugin-secrets-mongodbatlas to v0.14.0 (#29583)
* Update vault-plugin-secrets-mongodbatlas to v0.14.0

* Add changelog

---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
2025-02-12 13:12:48 -07:00
Brian Shumate
e9df26917a Docs: add a note for quorum size scaling (#29578)
- Mention scaling window and Autopilot wrt dead_server_last_contract_threshold
2025-02-12 13:17:21 -05:00
Brian Shumate
88e67adf6c Docs: Automatic cluster upgrades Autopilot note (#29577)
* Docs: Automatic upgrades note on Autopilot

- Adds a note about Autopilot server cleanup for SPE-27

* Update link:
2025-02-12 13:17:04 -05:00