Bump gRPC version to fix Http2Headers.isEmpty #11
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
While trying to implement Topaz into Spring using the aserto-spring middleware (version 0.0.12). We used the example docker-compose project to get started quickly and followed the aserto-spring example documentation. However, @haftoe and I ran into the following error when performing the
authz/is
check:Is call failed [UNKNOWN]
.We first set the logging level to trace for the Docker containers and after some initial troubleshooting, we encountered the problem described above. Afterwards, we tried to create our own Spring Beans with the Aserto Java client and created the following stacktrace:
This led us to a recent closed issue from grpc-java, which meant that the minor version needed to be bumped. Our temporary solution for our Spring Boot application was to manually exclude the dependencies in
aserto-spring
.