You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, the elastic-apm-node library does not support mTLS (Mutual TLS) connections to the APM server, which is problematic for secure environments that require mTLS for enhanced security.
Describe the solution you'd like
Integrate mTLS support into the elastic-apm-node library, allowing users to specify mTLS certificates and keys directly through the configuration.
Describe alternatives you've considered
A workaround involves patching the library manually to add mTLS support, but this is not sustainable or secure as it involves modifying library internals.
Additional context
Using a patched version with added mTLS support demonstrates the feasibility and need for this feature. This should be integrated into the official library for enhanced security compliance.
Is your feature request related to a problem? Please describe.
Currently, the elastic-apm-node library does not support mTLS (Mutual TLS) connections to the APM server, which is problematic for secure environments that require mTLS for enhanced security.
Describe the solution you'd like
Integrate mTLS support into the elastic-apm-node library, allowing users to specify mTLS certificates and keys directly through the configuration.
Describe alternatives you've considered
A workaround involves patching the library manually to add mTLS support, but this is not sustainable or secure as it involves modifying library internals.
Additional context
Using a patched version with added mTLS support demonstrates the feasibility and need for this feature. This should be integrated into the official library for enhanced security compliance.
pnpm patch sample:
The text was updated successfully, but these errors were encountered: