boulder/grpc
Jacob Hoffman-Andrews d4168626ad Fix orphan-finder (#4507)
This creates the correct type of backend service for the OCSP generator.
It also adds an invocation of orphan-finder during the integration
tests.

This also adds a minor safety check to SA that I hit while writing the
test. Without this safety check, passing a certificate with no DNSNames
to AddCertificate would result in an obscure MariaDB syntax error
without enough context to track it down. In normal circumstances this
shouldn't be hit, but it will be good to have a solid error message if
we hit it in tests sometime.

Also, this tweaks the .travis.yml so it explicitly sets BOULDER_CONFIG_DIR
to test/config in the default case. Because the docker-compose run
command uses -e BOULDER_CONFIG_DIR="${BOULDER_CONFIG_DIR}",
we were setting a blank BOULDER_CONFIG_DIR in default case.
Since the Python startservers script sets a default if BOULDER_CONFIG_DIR
is not set, we haven't noticed this before. But since this test case relies
on the actual environment variable, it became an issue.

Fixes #4499
2019-10-25 09:51:14 -07:00
..
creds Consistently used stdlib context package (#4229) 2019-05-28 14:36:16 -04:00
test_proto Update miekg/dns and golang/protobuf. (#4150) 2019-04-09 09:27:28 -07:00
balancer.go Allow gRPC clients to connect to multiple backends (#1918) 2016-06-15 16:50:56 -07:00
balancer_test.go Allow gRPC clients to connect to multiple backends (#1918) 2016-06-15 16:50:56 -07:00
ca-wrappers.go Fix orphan-finder (#4507) 2019-10-25 09:51:14 -07:00
client.go Fix orphan-finder (#4507) 2019-10-25 09:51:14 -07:00
errors.go gRPC: support wrap/unwrap of berrors with suberrors. (#4278) 2019-06-20 16:36:13 -04:00
errors_test.go gRPC: support wrap/unwrap of berrors with suberrors. (#4278) 2019-06-20 16:36:13 -04:00
interceptors.go grpc: Add better error message for timeouts. (#4324) 2019-07-08 13:47:25 -04:00
interceptors_test.go grpc: Add better error message for timeouts. (#4324) 2019-07-08 13:47:25 -04:00
pb-marshalling.go Revert "Remove remaining old format authorization code from SA/… (#4502) 2019-10-23 10:45:29 -07:00
pb-marshalling_test.go Make authz2 the default storage format (#4476) 2019-10-21 15:29:15 -04:00
publisher-wrappers.go Consistently used stdlib context package (#4229) 2019-05-28 14:36:16 -04:00
ra-wrappers.go WFE2: allow revocation of precertificates. (#4433) 2019-09-16 16:40:07 -04:00
sa-wrappers.go Revert "Remove remaining old format authorization code from SA/… (#4502) 2019-10-23 10:45:29 -07:00
server.go Excise grpc maxConcurrentStreams configuration (#4257) 2019-06-12 09:35:24 -04:00
va-wrappers.go Consistently used stdlib context package (#4229) 2019-05-28 14:36:16 -04:00