Danyel Cabello

Results 5 issues of Danyel Cabello

Fixes #557 If audience is not set, it will use Token URL as expected

`go 1.17` When using [Private Service Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-apis), the token uri and the audience are different. The token uri could be `https://oauth2-.p.googleapis.com/token` but the audience will always be `https://oauth2.googleapis.com/token`, and currently...

Hive is not enabled on hue 4.8.0 due wrong interpreter name - Includes test case to validate hive interpreter in hue config using [HUE REST API ](http://cloudera.github.io/hue/latest/developer/api/) Internal bug b/225389567

### Description > Add tenant id to support multi tenant authentication *** ### Testing > Changed rpc tests *** ### Type of Change Place an `x` the applicable box: -...

### Description > Add tenant id to firebase::auth::Auth to send it as a parameter on every request This change requires support tenantId variable on firebase-cpp-sdk, here is a PR for...