grpc-java/auth/src
Eric Anderson 84dc5642bc Allow both old and new behavior from google-auth-library-java
google-auth-library-java:0.25.0 strips port and path parts in the
audience claim ("aud"). Updating the test to pass in both old
and new version of google-auth-library-java.

This commit does not upgrade google-auth-library-java because
it turned out that the upgrade involves the newer Guava version
(google-auth-library-java's dependency) failing with DexingNoClasspathTransform.
Details: https://github.com/grpc/grpc-java/pull/8078#issuecomment-821566805
It's technically possible to exclude the newer Guava, but it's a
good practice avoid excluding the newer version of a library.
2021-04-19 14:13:23 -07:00
..
main/java/io/grpc/auth auth: fix builder invocation for converting Google service account to Jwt access credential (#6106) 2019-08-30 11:21:33 -07:00
test/java/io/grpc/auth Allow both old and new behavior from google-auth-library-java 2021-04-19 14:13:23 -07:00