Skip to content

Commit ad6d6f8

Browse files
Revert "Implement gRFC A97: xDS JWT Call Credentials (grpc#12951)" (grpc#13017)
This reverts commit 1053f4b. We need to address the concerns raised in grpc#13006.
1 parent e58489f commit ad6d6f8

22 files changed

Lines changed: 29 additions & 1653 deletions

auth/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ java_library(
1111
"//api",
1212
artifact("com.google.auth:google-auth-library-credentials"),
1313
artifact("com.google.code.findbugs:jsr305"),
14-
artifact("com.google.code.gson:gson"),
1514
artifact("com.google.guava:guava"),
1615
],
1716
)

auth/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ tasks.named("jar").configure {
1717
dependencies {
1818
api project(':grpc-api'),
1919
libraries.google.auth.credentials
20-
implementation libraries.guava,
21-
libraries.gson
20+
implementation libraries.guava
2221
testImplementation project(':grpc-testing'),
2322
project(':grpc-core'),
2423
project(":grpc-context"), // Override google-auth dependency with our newer version

auth/src/main/java/io/grpc/auth/JwtTokenFileCallCredentials.java

Lines changed: 0 additions & 342 deletions
This file was deleted.

0 commit comments

Comments
 (0)