Commit 09d0f23
authored
feat: allow non default service account in DirectPath (#2312)
Copying over from: https://togithub.com/googleapis/java-bigtable/pull/2012
Bigtable already sets the flag to allow non-default SA in DirectPath on the service side, we also need to set the option on the client side to make this feature work.
Related Spanner PR: https://togithub.com/googleapis/java-spanner/pull/2635.1 parent d1b0acf commit 09d0f23
File tree
1 file changed
+5
-1
lines changed- google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/stub
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
373 | | - | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
374 | 378 | | |
375 | 379 | | |
376 | 380 | | |
| |||
0 commit comments