1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-15 17:51:01 +00:00
external-secrets/pkg/provider/vault
Nick Knowlson 5c22447c13
Add support for Vault kvv1 (#3790)
* Squash changes to prep for manual testing

Signed-off-by: Nick Knowlson <nick.knowlson@alayacare.com>

* remove commented out test data

Signed-off-by: Nick Knowlson <nick.knowlson@alayacare.com>

* update e2e test file

Signed-off-by: Nick Knowlson <nick.knowlson@alayacare.com>

---------

Signed-off-by: Nick Knowlson <nick.knowlson@alayacare.com>
Co-authored-by: Gustavo Fernandes de Carvalho <17139678+gusfcarvalho@users.noreply.github.com>
2024-09-17 17:57:08 -03:00
..
fake chore: update go version of the project to 1.23 (#3829) 2024-08-26 11:10:58 +02:00
iamauth feat: add push secret to e2e tests (#3017) 2024-02-12 16:44:45 +01:00
util Update Go and golangci-lint version (#3396) 2024-04-25 06:36:11 -03:00
auth.go chore: update go version of the project to 1.23 (#3829) 2024-08-26 11:10:58 +02:00
auth_approle.go chore: update go version of the project to 1.23 (#3829) 2024-08-26 11:10:58 +02:00
auth_cert.go 🧹 refactor vault provider (#3072) 2024-01-31 22:03:32 +01:00
auth_iam.go Update Go and golangci-lint version (#3396) 2024-04-25 06:36:11 -03:00
auth_jwt.go chore: update go version of the project to 1.23 (#3829) 2024-08-26 11:10:58 +02:00
auth_kubernetes.go 🧹 refactor vault provider (#3072) 2024-01-31 22:03:32 +01:00
auth_ldap.go 🧹 refactor vault provider (#3072) 2024-01-31 22:03:32 +01:00
auth_test.go chore: update go version of the project to 1.23 (#3829) 2024-08-26 11:10:58 +02:00
auth_token.go 🧹 refactor vault provider (#3072) 2024-01-31 22:03:32 +01:00
auth_userpass.go 🧹 refactor vault provider (#3072) 2024-01-31 22:03:32 +01:00
client.go feat: add CAProvider to Bitwarden provider (#3699) 2024-08-16 12:32:35 +02:00
client_get.go fix: only replace data if it is in the middle of the path (#3852) 2024-09-02 06:53:04 +02:00
client_get_all_secrets.go Add support for Vault kvv1 (#3790) 2024-09-17 17:57:08 -03:00
client_get_all_secrets_test.go Add support for Vault kvv1 (#3790) 2024-09-17 17:57:08 -03:00
client_get_test.go fix: only replace data if it is in the middle of the path (#3852) 2024-09-02 06:53:04 +02:00
client_push.go Demonstrate new slices/maps packages (#3839) 2024-08-27 22:20:41 +02:00
client_push_test.go chore: update go version of the project to 1.23 (#3829) 2024-08-26 11:10:58 +02:00
provider.go feat: add CAProvider to Bitwarden provider (#3699) 2024-08-16 12:32:35 +02:00
provider_test.go feat: add CAProvider to Bitwarden provider (#3699) 2024-08-16 12:32:35 +02:00
validate.go chore: update go version of the project to 1.23 (#3829) 2024-08-26 11:10:58 +02:00
validate_test.go 🧹 refactor vault provider (#3072) 2024-01-31 22:03:32 +01:00