googleapis / java-bigtable

Apache License 2.0
70 stars 86 forks source link

feat: allow non default service account in DirectPath #2312

Closed meeral-k closed 3 weeks ago

meeral-k commented 1 month ago

Copying over from: https://github.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://github.com/googleapis/java-spanner/pull/2635.

conventional-commit-lint-gcf[bot] commented 1 month ago

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot https://conventionalcommits.org/

meeral-k commented 1 month ago

@mohanli-ml fyi