drill icon indicating copy to clipboard operation
drill copied to clipboard

Support for client certificate authentication [mTLS]

Open swilen-iwanow opened this issue 1 year ago • 0 comments

Many enterprise solutions require mTLS as a standard for s2s communication. I believe it is possible to add it as an option to drill.

plan:
    -   name: Execute batch
        security:
            tls:
                cert: /path/to/file.crt
                key: /path/to/file.key
        request:
            url: /api/v1/product
            method: POST

I also have an interest in contributing to this functionality.

swilen-iwanow avatar Jun 08 '23 08:06 swilen-iwanow