Jim Kalafut
5c4796bb55
Update MongoDB Atlas secrets plugin ( #8669 )
2020-04-03 15:47:17 -07:00
Michel Vocks
b216d75938
Fix outdated comment about logical request path ( #8653 )
2020-04-02 08:53:16 +02:00
ncabatoff
c9ff95ec70
Update to go-metrics 1.3.3 for Prometheus performance improvements. ( #8507 )
2020-03-09 09:54:55 -04:00
Jorge Heleno
a9e864f5e3
Add LDAP anonymous group search and client certs ( #8365 )
2020-03-06 10:27:09 -08:00
Brian Kassouf
d4f72f792f
go mod vendor
2020-02-20 10:15:11 -08:00
Sam Salisbury
b929348a31
go mod vendor
2020-02-20 09:16:19 +00:00
ncabatoff
e5721310ac
Add persistent feature flags to be used on enterprise non-primaries. ( #8391 )
2020-02-19 18:06:53 -05:00
JulesRenz
c54c8c92bd
RSA3072 implementation in transit secrets engine ( #8151 )
...
* RSA3072 implementation in transit secrets engine
* moved new KeyType at the end of the list
So already stored keys still work properly
Co-authored-by: Jim Kalafut <jim@kalafut.net>
2020-02-15 14:40:50 -08:00
Jeff Mitchell
844b2c3a5d
Bump API/SDK and adapt to move from SDK stuff
2020-02-15 14:58:05 -05:00
Brian Kassouf
157f8887f8
go mod vendor
2020-02-15 11:40:53 -08:00
Brian Kassouf
e2da4529c2
go mod vendor
2020-02-14 16:40:05 -08:00
Jeff Mitchell
38679f4baa
Update vendoring
2020-02-14 17:55:06 -05:00
Becca Petrin
5f19ff828c
update kerberos dependency ( #8353 )
2020-02-14 11:13:28 -08:00
Michel Vocks
985acc4ce5
Fix ldap client upndomain ( #8333 )
2020-02-14 10:26:30 -08:00
Becca Petrin
5a01a5af0f
Add Kubernetes service registration ( #8249 )
2020-02-13 09:56:29 -08:00
Jeff Malnick
27ad920399
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
Michel Vocks
f695eb737b
Add Consul TLS options to access API endpoint ( #8253 )
2020-01-29 09:44:35 +01:00
Becca Petrin
759f9b38f7
Observer pattern for service registration interface ( #8123 )
...
* use observer pattern for service discovery
* update perf standby method
* fix test
* revert usersTags to being called serviceTags
* use previous consul code
* vault isnt a performance standby before starting
* log err
* changes from feedback
* add Run method to interface
* changes from feedback
* fix core test
* update example
2020-01-24 09:42:03 -08:00
Jeff Mitchell
1ba3b87eab
Bump sdk
2020-01-23 14:25:35 -05:00
Jeff Mitchell
ef44e226a9
Bump sdk and go-hclog and vendor
2020-01-23 14:12:19 -05:00
Jeff Mitchell
3956072c93
Update test var name and tidy
2020-01-16 20:18:59 -05:00
Jeff Mitchell
78a1d51a3a
Update vendoring
2020-01-10 20:50:36 -05:00
Jeff Mitchell
a0694943cc
Migrate built in auto seal to go-kms-wrapping ( #8118 )
2020-01-10 20:39:52 -05:00
Jim Kalafut
aa1761fb03
Update framework forwarding logic to handle nil system views ( #8114 )
2020-01-08 05:59:44 -08:00
Jim Kalafut
2d859d83ea
Update vendoring ( #8111 )
2020-01-07 14:14:45 -08:00
Michel Vocks
d4d82cdd4a
Fix MySQL Plugin password special character escape bug ( #8040 )
...
* Fix MySQL password escape bug
* Add test
* Add debug output
* Add debug line
* Added debug output
* Debug
* Debug
* Update vendor
* Remove debug comments
2020-01-07 16:51:49 +01:00
Brian Kassouf
549faf47f2
Add identity templating helper to sdk/framework ( #8088 )
...
* Add identity templating helper to sdk/framework
* Cleanup a bit
* Fix length issue when groups/aliases are filtered due to ns
* review feedback
2020-01-06 10:16:52 -08:00
Becca Petrin
3d7cdea66f
Avoid potential panic in LDAP client ( #8047 )
...
* fix potential panic
* add comment
* vendor the ldap update
* use localhost in test
2019-12-17 16:33:59 -08:00
ncabatoff
fde5e55ce9
Handle otherName SANs in CSRs ( #6163 )
...
If a CSR contains a SAN of type otherName, encoded in UTF-8, and the signing role specifies use_csr_sans, the otherName SAN will be included in the signed cert's SAN extension.
Allow single star in allowed_other_sans to match any OtherName. Update documentation to clarify globbing behaviour.
2019-12-11 10:16:44 -05:00
Calvin Leung Huang
7009dcc432
sdk/ldaputil: add request_timeout configuration option ( #7909 )
...
* sdk/ldaputil: add request_timeout configuration option
* go mod vendor
2019-11-20 11:26:13 -08:00
Brian Kassouf
29f12581a8
Update SDK
2019-11-11 19:41:52 -08:00
Jeff Mitchell
a8aa5f0dd3
go-ldap update; bump dep, api, secrets-ad plugin, and vendor
2019-11-08 11:24:46 -05:00
Sam Salisbury
8f0c38f78d
run go mod vendor ( #7736 )
2019-10-25 13:35:22 +01:00
Jeff Mitchell
c4df00f193
Fix kv mod import and vendoring
2019-10-18 08:57:32 -04:00
Lexman
c86fe212c0
oss changes for entropy augmentation feature ( #7670 )
...
* oss changes for entropy augmentation feature
* fix oss command/server/config tests
* update go.sum
* fix logical_system and http/ tests
* adds vendored files
* removes unused variable
2019-10-17 10:33:00 -07:00
Mike Jarmy
caea22f13b
go mod tidy and vendor
2019-10-14 09:28:18 -04:00
Brian Kassouf
f43f84a354
Port over cache refresh changes ( #7599 )
2019-10-08 13:23:43 -07:00
Nick Cabatoff
85e387439e
go mod vendor and go mod tidy
2019-10-04 09:14:37 -04:00
Jeff Mitchell
86d14691f4
Bump sdk and vendoring
2019-09-17 11:38:03 -04:00
Vu Pham
a47b2faf34
Added OCI Object Storage Plugin ( #6985 )
2019-09-04 11:33:16 -07:00
Jeff Mitchell
d2376354f7
Update API and revendor
2019-09-04 12:46:30 -04:00
Jeff Malnick
8fdb5f62c4
feat: bump vault-plugin-auth-kubernetes to pick up support for projected tokens feature ( #7386 )
2019-08-30 11:53:06 -07:00
Jeff Mitchell
0d39d0507a
Update api
2019-08-26 15:49:51 -04:00
Jeff Mitchell
88e1885c1c
Updating plugin deps
2019-08-14 17:23:29 -04:00
Jeff Mitchell
f7358e66bb
Bump sdk/api
2019-08-05 18:03:40 -04:00
Jeff Mitchell
23b1b27cec
Update api/sdk
2019-07-30 00:24:27 -04:00
Jeff Mitchell
e3ef0d3051
Pull in updated secrets-ad plugin
2019-07-29 18:10:13 -04:00
Jeff Mitchell
6ca4fa02df
Bump api/sdk
2019-07-25 12:59:29 -04:00
Jeff Mitchell
0811f983be
Bump raft and vendoring
2019-07-19 10:40:25 -04:00
Jeff Mitchell
71ea55751b
Bump api/sdk
2019-07-09 04:02:10 -04:00