Skip to content

Commit

Permalink
Remove environment variable that disables TLS verification (#1162)
Browse files Browse the repository at this point in the history
* remove NODE_TLS_REJECT_UNAUTHORIZED env variable
* bump: (patch)  @terascope/[email protected], [email protected]

bump: (patch) [email protected]
  • Loading branch information
sotojn authored May 13, 2024
1 parent 83b53e8 commit 8288477
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion asset/asset.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "elasticsearch",
"version": "3.5.7"
"version": "3.5.8"
}
2 changes: 1 addition & 1 deletion asset/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "asset",
"displayName": "Asset",
"version": "3.5.7",
"version": "3.5.8",
"private": true,
"description": "",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "elasticsearch-assets",
"displayName": "Elasticsearch Assets",
"version": "3.5.7",
"version": "3.5.8",
"private": true,
"description": "bundle of processors for teraslice",
"homepage": "https://github.com/terascope/elasticsearch-assets#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/elasticsearch-asset-apis/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terascope/elasticsearch-asset-apis",
"displayName": "Elasticsearch Asset Apis",
"version": "0.11.10",
"version": "0.11.11",
"description": "Elasticsearch reader and sender apis",
"homepage": "https://github.com/terascope/elasticsearch-assets",
"repository": "[email protected]:terascope/elasticsearch-assets.git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ import {
} from './interfaces';
import { throwRequestError } from './throwRequestError';

// eslint-disable-next-line
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';

export class SpacesReaderClient implements ReaderClient {
// NOTE: currently we are not supporting id based reader queries
// NOTE: currently we do no have access to _type or _id of each doc
Expand Down

0 comments on commit 8288477

Please sign in to comment.