Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authentication support for mTLS? #363

Open
2 tasks
haneef95 opened this issue Apr 7, 2023 · 0 comments
Open
2 tasks

Authentication support for mTLS? #363

haneef95 opened this issue Apr 7, 2023 · 0 comments

Comments

@haneef95
Copy link

haneef95 commented Apr 7, 2023

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:

  • I have added a corresponding label (feature request) to the issue (right side menu)
  • I have added this issue to the 'API Terraform Provider' GitHub project (right side menu)
@haneef95 haneef95 changed the title Authentication support for mTLS? DRAFT: Authentication support for mTLS? Apr 7, 2023
@haneef95 haneef95 changed the title DRAFT: Authentication support for mTLS? Authentication support for mTLS? Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant