Clint
4d16944401
Bundle new Vault plugin: Terraform secrets ( #10931 )
...
* Bundle Terraform secrets engine
* update go.mod/sum
* vendor update
* add changelog entry
* add secrets terraform
2021-02-19 16:38:56 -06:00
Michael Golowka
7bfe785092
MySQL - Add username customization ( #10834 )
2021-02-11 14:08:32 -07:00
Lauren Voswinkel
636d0371f7
Adding snowflake as a bundled database secrets plugin ( #10603 )
...
* Adding snowflake as a bundled database secrets plugin
* Add snowflake-database-plugin to expected bundled plugins
* Add snowflake plugin name to the mockBuiltinRegistry
2021-01-07 09:30:24 -08:00
Michael Golowka
f0849708a5
MySQL - Fix username generation length bug ( #10433 )
2020-12-01 15:24:51 -07:00
Tom Proctor
be0a3d28f9
DBPW - Migrate Redshift database plugin to v5 interface ( #10195 )
2020-10-23 14:10:57 +01:00
Michael Golowka
233a19e8f8
Add couchbase, elasticsearch, and mongodbatlas back ( #10222 )
...
Updated the `Serve` function so these can be added back into Vault
2020-10-22 17:20:17 -06:00
Michael Golowka
d87657199d
DBPW - Enables AutoMTLS for DB plugins ( #10220 )
...
This also temporarily disables couchbase, elasticsearch, and
mongodbatlas because the `Serve` function needs to change signatures
and those plugins are vendored in from external repos, causing problems
when building.
2020-10-22 15:43:19 -06:00
Lauren Voswinkel
ae27bf5d26
Migrate MySQL db to v5 database engine ( #10110 )
...
* Migrate MySQL db to v5 database engine
2020-10-09 10:32:38 -07:00
Tom Proctor
d8995bfe42
Bundle couchbase database plugin with vault ( #9664 )
2020-08-07 11:01:04 +01:00
Jeff Mitchell
91b09c09b5
Create configutil and move some common config and setup functions there ( #8362 )
2020-05-14 09:19:27 -04:00
Jason O'Donnell
7d550e24da
Add OpenLDAP Secret Plugin ( #8360 )
...
* Add openldap secret plugin
* go mod vendor
* Revert to go-ldap 3.1.3
* go mod vendor
2020-02-15 13:21:07 -05:00
Michael Golowka
f96f4eebfc
Add x509 Client Auth to MongoDB Database Plugin ( #8329 )
...
* Mark deprecated plugins as deprecated
* Add redaction capability to database plugins
* Add x509 client auth
* Update vendored files
* Add integration test for x509 client auth
* Remove redaction logic pending further discussion
* Update vendored files
* Minor updates from code review
* Updated docs with x509 client auth
* Roles are required
* Disable x509 test because it doesn't work in CircleCI
* Add timeouts for container lifetime
2020-02-13 15:54:00 -07:00
Jeff Malnick
942dd1ef9e
Add redshift database plugin ( #8299 )
...
* feat: add redshift database plugin
* build: update vendored libraries
* docs: add reference doc for redshift variant of the database secrets engine
* feat: set middlewear type name for better metrics naming (#8346 )
Co-authored-by: Becca Petrin <beccapetrin@gmail.com>
2020-02-13 09:42:30 -08:00
Jim Kalafut
264c446de6
Bundle MongoDB Atlas ( #8309 )
2020-02-07 14:09:39 -08:00
Becca Petrin
73fd8f314f
Add Kerberos SPNEGO auth plugin ( #7908 )
2019-12-11 11:18:37 -08:00
Jim Kalafut
1e467e1063
Add OCI auth to builtin plugin registry ( #7436 )
2019-09-05 13:50:12 -07:00
Becca Petrin
392e41ca42
rename pcf to cf maintaining backwards compat ( #7346 )
2019-08-26 09:55:08 -07:00
Jeff Mitchell
9e064a8970
Abstract out adding external plugins
2019-07-22 13:14:56 -04:00
Becca Petrin
51f52175ab
merge master
2019-06-19 10:24:45 -07:00
Becca Petrin
04c3bae2ef
add elasticsearch database engine
2019-06-10 09:19:11 -07:00
Becca Petrin
a732b22f11
add PCF auth method, agent, and cli handler
2019-06-06 12:26:04 -07:00
Jeff Mitchell
8054cc660f
Update to api 1.0.1 and sdk 0.1.8
2019-04-15 14:10:07 -04:00
Jeff Mitchell
278bdd1f4e
Switch to go modules ( #6585 )
...
* Switch to go modules
* Make fmt
2019-04-13 03:44:06 -04:00
Jeff Mitchell
170521481d
Create sdk/ and api/ submodules ( #6583 )
2019-04-12 17:54:35 -04:00
Jim Kalafut
5cb9a8a5fa
Create alias and command for OIDC ( #6206 )
2019-02-11 13:37:55 -08:00
Giacomo Tirabassi
726aa02038
Influxdb secret engine built-in plugin ( #5924 )
...
* intial work for influxdb secret plugin
* fixed typo
* added comment
* added documentation
* added tests
* fixed tests
* added vendoring
* minor testing issue with hardcoded values
* minor fixes
2019-01-08 17:26:16 -08:00
Becca Petrin
fb89af7cfa
Run all builtins as plugins ( #5536 )
2018-11-06 17:21:24 -08:00