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

mTLS support is needed for http provider as well in order to fetch resources #254

Open
1 task done
scr-oath opened this issue Mar 23, 2023 · 0 comments
Open
1 task done

Comments

@scr-oath
Copy link

Terraform CLI and Provider Versions

Terraform v1.4.2
on darwin_arm64

Use Cases or Problem Statement

Curling a resource, such as a json file from a server that requires client credentials needs the ability to specify cert, key, and cacert

Proposal

Add to the schema the appropriate keys, and, when set, initialize the http_client with the credentials.

How much impact is this issue causing?

High

Additional Information

Without this feature, must do previous or followup steps to fetch resources as files, and if information about where the files are comes from other terraform code, have to split it up.

Furthermore, without this, the alternative might be to write a new provider, which, for simple https requests seems like duplicated effort when this provider exists.

Code of Conduct

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant