dikhan / terraform-provider-openapi

OpenAPI Terraform Provider that configures itself at runtime with the resources exposed by the service provider (defined in a swagger file)
Apache License 2.0
275 stars 48 forks source link

Authentication support for mTLS? #363

Open haneef95 opened 1 year ago

haneef95 commented 1 year ago

Is your feature request related to a problem?

Provided authentication with mTLS by providing crt and keys.

Example:

curl --cacert ca.crt \ --key client.key \ --cert client.crt \ https://... 

Describe the solution you'd like

Make the 3 mTLS parameters above available on all the blocks provider, data source and resource.

Acceptance criteria

Describe alternatives you've considered

https://registry.terraform.io/providers/Mastercard/restapi/latest/docs

Additional context

Checklist (for admin only)

Don't forget to go through the checklist to make sure the issue is created properly: