Skip to content

Support for client certificate authentication [mTLS] #184

Description

@swilen-iwanow

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions