Stefan Ziffer

Results 14 comments of Stefan Ziffer

For the error standard: stackTrace and message should be part of the standard, where message is a readable reason

TODOs: - Change .list endpoints so only necessary data is returned. Define a schema for all resources (project, subproject, workflowitem) - e.g. remove logs for list endpoint -> Should be...

the rejectUnAuthorized option is for disabling client verification (mutual ssl). So if mutual ssl should be used this is true but not necessarily in production.

The code of the https Agent is mixing up tls.connect options as you can see [here](https://node.readthedocs.io/en/latest/api/tls/#tlsconnectoptions-callback), the `key` and `cert` options are relevant for client cert auth and the `ca`...