open-vault/vault/external_tests
Christopher Swenson 0affe226ad
Update deps for consul-template 0.29.0 (#15293)
This requires bumping https://github.com/mitchellh/go-testing-interface.
For this new version, we have to create a wrapper to convert
the stdlib `testing.TB` interface to the
`mitchellh/go-testing-interface` `T` interface, since it uses
`Parallel()` now, which is not supported by `testing.TB`. This had to be
added to a new package, `benchhelpers`, to avoid a circular dependency
in `testhelpers`.

We also have to *unbump* https://github.com/armon/go-metrics since
updating it breaks our usage of
https://github.com/google/go-metrics-stackdriver

I verified that the new `pkiCert` template function works with agent
injection using annotations like:

```yaml
vault.hashicorp.com/agent-inject-secret-sample.crt: "pki/issue/example-dot-com"
vault.hashicorp.com/agent-inject-template-sample.crt: |
  {{ pkiCert "pki/issue/example-dot-com" "common_name=foo.example.com" "ttl=1h" }}
```
2022-05-05 10:30:40 -07:00
..
api Update deps for consul-template 0.29.0 (#15293) 2022-05-05 10:30:40 -07:00
approle Revert the WithContext changes to vault tests (#14947) 2022-04-07 15:12:58 -04:00
expiration Revert the WithContext changes to vault tests (#14947) 2022-04-07 15:12:58 -04:00
identity [Vault-5248] MFA support for api login helpers (#14900) 2022-04-15 11:13:15 -07:00
kv Revert the WithContext changes to vault tests (#14947) 2022-04-07 15:12:58 -04:00
metrics Revert the WithContext changes to vault tests (#14947) 2022-04-07 15:12:58 -04:00
mfa VAULT-5422: Add rate limit for TOTP passcode attempts (#14864) 2022-04-14 13:48:24 -04:00
misc Revert the WithContext changes to vault tests (#14947) 2022-04-07 15:12:58 -04:00
policy Revert the WithContext changes to vault tests (#14947) 2022-04-07 15:12:58 -04:00
pprof Add support for unauthenticated pprof access on a per-listener basis,… (#11324) 2021-04-19 14:30:59 -04:00
quotas Revert the WithContext changes to vault tests (#14947) 2022-04-07 15:12:58 -04:00
raft Update deps for consul-template 0.29.0 (#15293) 2022-05-05 10:30:40 -07:00
raftha Revert the WithContext changes to vault tests (#14947) 2022-04-07 15:12:58 -04:00
response Revert the WithContext changes to vault tests (#14947) 2022-04-07 15:12:58 -04:00
router Revert the WithContext changes to vault tests (#14947) 2022-04-07 15:12:58 -04:00
sealmigration Raft: use a larger initial heartbeat/election timeout (#15042) 2022-04-29 08:32:16 -04:00
sealmigrationext Factor out the consul-using sealmigration tests to their own package, so that the remaining tests can run in the CI job that doesn't need docker. (#10342) 2020-11-20 07:53:31 -05:00
token Revert the WithContext changes to vault tests (#14947) 2022-04-07 15:12:58 -04:00