@google-cloud/private-catalog
Advanced tools
Comparing version 1.0.4 to 1.1.0
@@ -120,2 +120,6 @@ "use strict"; | ||
this.auth = this._gaxGrpc.auth; | ||
// Set useJWTAccessWithScope on the auth object. | ||
this.auth.useJWTAccessWithScope = true; | ||
// Set defaultServicePath on the auth object. | ||
this.auth.defaultServicePath = staticMembers.servicePath; | ||
// Set the default scopes in auth client if needed. | ||
@@ -122,0 +126,0 @@ if (servicePath === staticMembers.servicePath) { |
# Changelog | ||
## [1.1.0](https://www.github.com/googleapis/nodejs-private-catalog/compare/v1.0.4...v1.1.0) (2021-08-23) | ||
### Features | ||
* turns on self-signed JWT feature flag ([#34](https://www.github.com/googleapis/nodejs-private-catalog/issues/34)) ([c278f63](https://www.github.com/googleapis/nodejs-private-catalog/commit/c278f635190b42687871e846193eb7b77df3e69f)) | ||
### [1.0.4](https://www.github.com/googleapis/nodejs-private-catalog/compare/v1.0.3...v1.0.4) (2021-08-17) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@google-cloud/private-catalog", | ||
"version": "1.0.4", | ||
"version": "1.1.0", | ||
"description": "cloudprivatecatalog client for Node.js", | ||
@@ -5,0 +5,0 @@ "repository": "googleapis/nodejs-private-catalog", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1538508
26285