@GuillaumeGautreau We are using signalfx-tracing
and forest-express-moongose
in our project. Now I am getting the below issue. Found a thread related to the same issue. Can you please help me how can I make some changes in forest-express-moongose
as a work around. Won’t getting any help from signalfx-tracing` authors, they suggested an alternative to use open telemetry which we don’t want to use for now.
[forest] 🌳🌳🌳 Unable to register the client
{
"configuration": {
"authorization_endpoint": "https://api.forestadmin.com/oidc/auth",
"device_authorization_endpoint": "https://api.forestadmin.com/oidc/device/auth",
"claims_parameter_supported": false,
"claims_supported": [
"sub",
"email",
"sid",
"auth_time",
"iss"
],
"code_challenge_methods_supported": [
"S256"
],
"end_session_endpoint": "https://api.forestadmin.com/oidc/session/end",
"grant_types_supported": [
"authorization_code",
"urn:ietf:params:oauth:grant-type:device_code"
],
"id_token_signing_alg_values_supported": [
"HS256",
"RS256"
],
"issuer": "https://api.forestadmin.com",
"jwks_uri": "https://api.forestadmin.com/oidc/jwks",
"registration_endpoint": "https://api.forestadmin.com/oidc/reg",
"response_modes_supported": [
"query"
],
"response_types_supported": [
"code",
"none"
],
"scopes_supported": [
"openid",
"email",
"profile"
],
"subject_types_supported": [
"public"
],
"token_endpoint_auth_methods_supported": [
"none"
],
"token_endpoint_auth_signing_alg_values_supported": [],
"token_endpoint": "https://api.forestadmin.com/oidc/token",
"request_object_signing_alg_values_supported": [
"HS256",
"RS256"
],
"request_parameter_supported": false,
"request_uri_parameter_supported": true,
"require_request_uri_registration": true,
"claim_types_supported": [
"normal"
]
},
"registration": {
"redirect_uris": [
"http://localhost:3010/forest/authentication/callback"
],
"token_endpoint_auth_method": "none"
},
"error": {
"name": "RequestError",
"code": "ECONNREFUSED",
"timings": {
"start": 1653994037273,
"socket": 1653994037274,
"lookup": 1653994037274,
"error": 1653994037275,
"phases": {
"wait": 1,
"dns": 0,
"total": 2
}
}
}
}
[forest] 🌳🌳🌳 Unexpected error: connect ECONNREFUSED 127.0.0.1:443
{
"name": "RequestError",
"code": "ECONNREFUSED",
"timings": {
"start": 1653994037273,
"socket": 1653994037274,
"lookup": 1653994037274,
"error": 1653994037275,
"phases": {
"wait": 1,
"dns": 0,
"total": 2
}
},
"stack": "RequestError: connect ECONNREFUSED 127.0.0.1:443\n at ClientRequest.<anonymous> (/Users/vishnugupta/Projects/Reports/Lender-portal/node_modules/got/dist/source/core/index.js:962:111)\n at Object.onceWrapper (node:events:510:26)\n at /Users/vishnugupta/Projects/Reports/Lender-portal/node_modules/signalfx-tracing/src/scope/new/base.js:48:19\n at Scope._activate (/Users/vishnugupta/Projects/Reports/Lender-portal/node_modules/signalfx-tracing/src/scope/new/scope.js:45:14)\n at Scope.activate (/Users/vishnugupta/Projects/Reports/Lender-portal/node_modules/signalfx-tracing/src/scope/new/base.js:13:17)\n at ClientRequest.<anonymous> (/Users/vishnugupta/Projects/Reports/Lender-portal/node_modules/signalfx-tracing/src/scope/new/base.js:47:20)\n at ClientRequest.emit (node:events:402:35)\n at ClientRequest.emit (node:domain:475:12)\n at ClientRequest.req.emit (/Users/vishnugupta/Projects/Reports/Lender-portal/node_modules/signalfx-tracing/src/plugins/http/client.js:98:21)\n at ClientRequest.origin.emit (/Users/vishnugupta/Projects/Reports/Lender-portal/node_modules/@szmarczak/http-timer/dist/source/index.js:43:20)\n at TLSSocket.socketErrorListener (node:_http_client:447:9)\n at TLSSocket.emit (node:events:402:35)\n at TLSSocket.emit (node:domain:475:12)\n at emitErrorNT (node:internal/streams/destroy:157:8)\n at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n at processTicksAndRejections (node:internal/process/task_queues:83:21)\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1161:16)"
}