google-cloud-go icon indicating copy to clipboard operation
google-cloud-go copied to clipboard

feat(bigtable): allow non-default service account in DirectPath

Open mohanli-ml opened this issue 1 year ago • 2 comments

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/google-cloud-go/pull/8488.

mohanli-ml avatar Nov 22 '23 19:11 mohanli-ml

The conformance test failures can be ignored. They were added in failed state.

bhshkh avatar Jan 19 '24 22:01 bhshkh

More info on AllowNonDefaultServiceAccount: https://pkg.go.dev/google.golang.org/api/option/internaloption#AllowNonDefaultServiceAccount

LGTM

bhshkh avatar Jan 22 '24 20:01 bhshkh