You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was attempting to use the google.bigtable.emulator.endpoint.host configuration option when I noticed I still needed application default credentials set up anyways. A quick debug shows that in BigtableOptionsFactory.fromConfiguration it configures the emulator settings, including enabling null credentials, and then overwrites them in the call to setChannelOptions later on in the function.
It does work if I set the following two options as well:
If the intent was to need all three feel free to close and I'll be on my way, but it seemed unlikely given that the enableEmulator function sets them up.
The text was updated successfully, but these errors were encountered:
I was attempting to use the
google.bigtable.emulator.endpoint.host
configuration option when I noticed I still needed application default credentials set up anyways. A quick debug shows that inBigtableOptionsFactory.fromConfiguration
it configures the emulator settings, including enabling null credentials, and then overwrites them in the call tosetChannelOptions
later on in the function.It does work if I set the following two options as well:
If the intent was to need all three feel free to close and I'll be on my way, but it seemed unlikely given that the
enableEmulator
function sets them up.The text was updated successfully, but these errors were encountered: