@google-cloud/apigee-connect
Advanced tools
Comparing version 1.0.5 to 1.1.0
@@ -100,2 +100,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. | ||
@@ -102,0 +106,0 @@ if (servicePath === staticMembers.servicePath) { |
@@ -102,2 +102,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. | ||
@@ -104,0 +108,0 @@ if (servicePath === staticMembers.servicePath) { |
# Changelog | ||
## [1.1.0](https://www.github.com/googleapis/nodejs-apigee-connect/compare/v1.0.5...v1.1.0) (2021-08-23) | ||
### Features | ||
* turns on self-signed JWT feature flag ([#32](https://www.github.com/googleapis/nodejs-apigee-connect/issues/32)) ([429964d](https://www.github.com/googleapis/nodejs-apigee-connect/commit/429964d038693cb16d37a3d2d23f79be3b73d1a0)) | ||
### [1.0.5](https://www.github.com/googleapis/nodejs-apigee-connect/compare/v1.0.4...v1.0.5) (2021-08-17) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@google-cloud/apigee-connect", | ||
"version": "1.0.5", | ||
"version": "1.1.0", | ||
"description": "apigeeconnect client for Node.js", | ||
@@ -5,0 +5,0 @@ "repository": "googleapis/nodejs-apigee-connect", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1208117
20646