@google-cloud/assured-workloads
Advanced tools
Comparing version 1.5.2 to 1.6.0
@@ -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. | ||
@@ -710,2 +714,3 @@ if (servicePath === staticMembers.servicePath) { | ||
stub.close(); | ||
this.operationsClient.close(); | ||
}); | ||
@@ -712,0 +717,0 @@ } |
# Changelog | ||
## [1.6.0](https://www.github.com/googleapis/nodejs-assured-workloads/compare/v1.5.2...v1.6.0) (2021-08-23) | ||
### Features | ||
* turns on self-signed JWT feature flag ([#100](https://www.github.com/googleapis/nodejs-assured-workloads/issues/100)) ([5e0e688](https://www.github.com/googleapis/nodejs-assured-workloads/commit/5e0e6882a0f77a59da866fb25f9fd115836c6b76)) | ||
### [1.5.2](https://www.github.com/googleapis/nodejs-assured-workloads/compare/v1.5.1...v1.5.2) (2021-08-17) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@google-cloud/assured-workloads", | ||
"version": "1.5.2", | ||
"version": "1.6.0", | ||
"description": "Assured Workloads client for Node.js", | ||
@@ -5,0 +5,0 @@ "repository": "googleapis/nodejs-assured-workloads", |
Sorry, the diff of this file is not supported yet
1521169
25342