google-cloud-go
google-cloud-go copied to clipboard
feat(bigtable): allow non-default service account in DirectPath
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.
The conformance test failures can be ignored. They were added in failed state.
More info on AllowNonDefaultServiceAccount: https://pkg.go.dev/google.golang.org/api/option/internaloption#AllowNonDefaultServiceAccount
LGTM