Skip to content

Commit 181cbb2

Browse files
committed
try adding google auth in opeartor configs
1 parent 7bea19d commit 181cbb2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,12 @@
240240
<artifactId>attestation-gcp</artifactId>
241241
<version>${enclave-gcp.version}</version>
242242
</dependency>
243+
<!-- Required for GCP Secret Manager - attestation-gcp uses newer gax-rpc that needs this -->
244+
<dependency>
245+
<groupId>com.google.auth</groupId>
246+
<artifactId>google-auth-library-oauth2-http</artifactId>
247+
<version>1.41.0</version>
248+
</dependency>
243249
</dependencies>
244250
</profile>
245251
</profiles>

0 commit comments

Comments
 (0)