Violet Hynes
584a3daf21
Dependency updates for main ( #31299 )
...
* Dependency updates for main
* go mod tidy
2025-07-17 11:30:11 -04:00
ej-hashi
6bcb72af7e
update vault auth submodules to api/v1.20.0 ( #30851 )
...
* update vault auth submodules to api/v1.20.0
* updates to go mods
---------
Co-authored-by: Eric Jones <cirej2013@gmail.com>
2025-06-05 11:04:45 -07:00
Steven Clark
1802204dec
Update golang.org/x/net to v0.37.0 for GO-2025-3503 ( #29925 )
2025-03-14 11:53:38 -04:00
Steven Clark
152e5b53e1
Update go-jose to v3.0.4/v4.0.5 ( #29771 )
...
* Update go-jose to v3.0.4
- Updating to address CVE-2025-27144
* Update v4 references in sdk and api
* Update go-jose across all api auth projects to v4.0.5
2025-02-28 11:15:59 -05:00
davidadeleon
6741773b0f
update vault auth submodules to api/v1.16.0 ( #29548 )
...
* update vault auth submodules to api/v1.16.0
* update go.mod
* make proto
---------
Co-authored-by: davidadeleon <ddeleon@hashicorp.com>
2025-02-11 07:28:45 -08:00
Violet Hynes
32d61c3893
Update go/x/net and go/x/crypto to latest versions throughout ( #29422 )
2025-01-27 10:47:40 -05:00
Tero Saarni
6f13aec0d3
core/api: Add missing LICENSE files to sub-modules ( #27920 )
...
Go module tooling mandates that each sub-module contains its own LICENSE file.
If absent, it defaults to the LICENSE file in the root of the git repository.
This resulted in the api/auth/* modules erroneously inheriting the BUSL
license instead of the correct MPL license, as indicated by the SPDX info in
the actual API code.
This update ensures that module documentation is displayed correctly on
pkg.go.dev and resolves issues with various tools showing incorrect license
information for the sub-modules.
Signed-off-by: Tero Saarni <tero.saarni@est.tech>
2024-09-23 13:06:35 -04:00
Victor Rodriguez
ab8bc34c53
update vault auth submodules to api/v1.15.0 ( #28338 )
2024-09-10 18:03:47 +00:00
Violet Hynes
037d82130c
VAULT-28422 Upgrade go-retryablehttp for CE ( #27602 )
2024-06-26 09:05:02 -04:00
Peter Wilson
545064cb6d
update vault auth submodules to api/v1.14.0 ( #27190 )
...
* update vault auth submodules to api/v1.14.0
* go mod tidy in repo root
2024-05-23 11:00:55 -04:00
Violet Hynes
1529422559
Update Vault auth submodule API versions for 1.16 ( #25290 )
2024-02-08 10:46:33 -05:00
Josh Black
1e34eb5ef8
update vault auth submodules to api/v1.10.0 ( #22772 )
2023-09-05 18:57:10 +00:00
Violet Hynes
cb7531d3e1
Update auth/api submodules to new API version ( #20809 )
...
* Update auth/api submodules to new API version
* Update auth/api submodules to new API version
2023-05-26 14:06:31 +00:00
Hamid Ghaf
e55c18ed12
adding copyright header ( #19555 )
...
* adding copyright header
* fix fmt and a test
2023-03-15 09:00:52 -07:00
Kuba Wieczorek
fffc3daa8d
update vault auth submodules to new version of API ( #19127 )
2023-02-10 08:12:10 -08:00
Anton Averchenkov
39335cc8cd
Update vault and api/auth submodules to use api/v1.8.3 ( #18773 )
2023-01-20 11:44:03 -05:00
AnPucel
b0adb620c4
Update vault to v1.8.1 ( #17516 )
...
* Update vault to v1.8.1
* Updating api/auth to use new version of api
2022-10-20 11:56:55 -07:00
Steven Clark
a156f4e4a6
update vault auth submodules to api/v1.8.0 ( #17228 )
2022-09-20 10:51:51 -04:00
Josh Black
03d2be4cb9
update gofumpt to 0.3.1 and reformat the repo ( #17055 )
...
* update gofumpt to 0.3.1 and reformat the repo
* output the version of the formatter we're using
2022-09-07 17:31:20 -07:00
VAL
8aac5c2057
Update to use latest api version ( #16329 )
2022-07-18 10:36:50 -07:00
Anton Averchenkov
7d520d4022
Use WriteWithContext in auth helpers ( #14775 )
2022-04-06 11:20:34 -04:00
Anton Averchenkov
8e0f267545
Update Vault to use api/v1.5.0 ( #14718 )
2022-03-28 12:11:03 -04:00
Victor Rodriguez
fb893ec97c
Run 'make fmt'. ( #13914 )
2022-02-04 16:54:06 -05:00
Ricky Grassmuck
6dfce8fd68
[API] Add LDAP auth method ( #13841 )
...
* [api] Add LDAP auth method
This commit adds LDAP to the available Vault API auth methods.
* Add changelog entry for PR 13841
* Obtain password for LDAPAuth from File/EnvVar
* Fix name of package in error message
2022-02-04 11:10:51 -08:00