magodo/terraform-provider-restful

Auth: support mTLS scheme

Closed this issue · 3 comments

Support mTLS scheme

Hi,
I wonder, since mTLS is not supported, do we have a way to ignore the certificate check while sending the command ?
I cannot disable the mTLS in my service and I wonder if we have a way to send the restful_operation just ignoring for the certs.

Thanks

@cazzoo With #82, you are able to send client certificates via the new client attribute.

I'll give a try and will report any feedback