thorin-plugin-cluster-kube 2.0.6 → 2.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -205,7 +205,7 @@ module.exports = function init(thorin, opt) {
205
205
  }
206
206
  }
207
207
  // turned off
208
- if (!pluginObj.hasToken()) {
208
+ if (!this.hasToken()) {
209
209
  intentObj.data('proxy_auth', true);
210
210
  intentObj._setAuthorization('CLUSTER', accessToken);
211
211
  return true;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "thorin-plugin-cluster-kube",
3
3
  "author": "UNLOQ Systems",
4
- "version": "2.0.6",
4
+ "version": "2.0.7",
5
5
  "dependencies": {},
6
6
  "description": "Thorin.js cluster plugin for microservice communication within a kubernetes environment",
7
7
  "main": "index.js",