Michael Lumish
|
b44b14d831
|
Handle unauthorized TLS connections correctly
|
2025-02-14 13:06:08 -08:00 |
Michael Lumish
|
9569f20fc6
|
grpc-js: Connect with https scheme when using TLS
|
2025-01-30 14:22:09 -08:00 |
Michael Lumish
|
b84940ef0c
|
grpc-js-xds: Add XdsChannelCredentials
|
2024-12-09 14:12:24 -05:00 |
Michael Lumish
|
f154954854
|
grpc-js: Add security connector, rework connection establishment
|
2024-11-22 14:17:29 -08:00 |
Michael Lumish
|
3c9436be8e
|
Merge pull request #2812 from vinothsa4891/bugfix/support-reject-unauthorized
Adding fix to ignore self-signed certificates verification
|
2024-09-23 22:26:01 -07:00 |
Vinoth Sermakani Alagendran
|
7121f27bb0
|
Changed condition
|
2024-09-19 12:22:35 +05:30 |
Vinoth Sermakani Alagendran
|
9e6887368c
|
Moved rejectUnauthorized from channel option to connectionOptions
|
2024-09-19 11:55:31 +05:30 |
Michael Lumish
|
ed53ea644c
|
grpc-js: Add file watcher certificate provider, and credentials that use them
|
2024-07-25 15:42:52 -07:00 |
Anuraag Agrawal
|
abac01a9cf
|
chore(grpc-js): remove unused callcredentials parameter from insecure impl
|
2023-10-11 17:43:14 +09:00 |
Michael Lumish
|
66bcc7a2cc
|
grpc-js: Reformat files and fix lint errors
|
2023-07-13 14:20:54 -07:00 |
Michael Lumish
|
220a70289c
|
Merge remote-tracking branch 'upstream/@grpc/grpc-js@1.8.x' into v1.18.x_upmerge
|
2023-07-13 14:14:29 -07:00 |
Michael Lumish
|
713a2c9bd1
|
grpc-js: Enable the noUnusedLocals TypeScript compiler option
|
2023-07-12 15:22:15 -07:00 |
Dan Rumney
|
cd24d6956d
|
style: run eslint fix on codebase
Fixes #2464
|
2023-06-15 13:04:57 -05:00 |
Dacio Romero
|
a3ecb45132
|
grpc-js: Return never from functions that always throw
|
2022-03-01 14:48:25 -08:00 |
Michael Lumish
|
8e53f034d0
|
grpc-js: Add credentials.createFromSecureContext
|
2021-12-13 10:05:37 -05:00 |
Michael Lumish
|
3106057f5a
|
grpc-js: Don't pass undefined checkServerIdentity
|
2021-11-17 12:36:38 -08:00 |
Michael Lumish
|
472baec1ff
|
grpc-js: Provide full certificate in checkServerIdentity callback
|
2021-11-15 10:53:31 -08:00 |
Michael Lumish
|
60eb600410
|
move createGoogleDefaultCredentials from grpc-js to grpc-js-xds
|
2021-02-25 10:15:57 -08:00 |
Michael Lumish
|
cefb8d1f62
|
Load 'google-auth-library' lazily to avoid impacting load times
|
2020-04-27 17:35:20 -07:00 |
Michael Lumish
|
010ef569f7
|
grpc-js: Add internal "Google default" channel credentials
|
2020-04-27 15:35:32 -07:00 |
Michael Lumish
|
070994a3a6
|
grpc-js: Fix the final proxy bugs
|
2020-04-22 12:06:13 -07:00 |
Patrick Remy
|
53f3daa685
|
Revert "grpc-js: allow any for linting globally"
This reverts commit 16ec0f0f64 and
replaces tslint-disable statements by eslint-disable.
|
2020-04-10 11:03:53 +02:00 |
Patrick Remy
|
16ec0f0f64
|
grpc-js: allow any for linting globally
The any type is purposely used. All functions validate their input at runtime.
|
2020-04-09 11:52:24 +02:00 |
murgatroid99
|
c5428c5733
|
lint and formatting fixes
|
2020-01-29 09:56:49 -08:00 |
murgatroid99
|
36cf935e7d
|
grpc-js: Add support for TLS-related environment variables
|
2019-12-05 17:53:48 -08:00 |
murgatroid99
|
b4d848865d
|
Lint fixes
|
2019-08-28 18:04:43 -07:00 |
murgatroid99
|
e612cd9934
|
Add new subchannel and load balancing code
|
2019-08-13 10:10:50 -07:00 |
cjihrig
|
be6bdb8c3d
|
grpc-js: update to gts@1.x.x
This commit updates the gts dependency to 1.x.x.
|
2019-05-17 17:03:04 -04:00 |
Nicolas "Pixel" Noble
|
6bc7184542
|
Adding missing license on a bunch of source files.
|
2019-03-19 01:06:57 +01:00 |
cjihrig
|
65bd142114
|
grpc-js: rename grpc-js-core to match npm
This commit renames grpc-js-core to grpc-js to more closely
match the name used on npm.
|
2018-11-01 16:56:57 -04:00 |