We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be great if this provider had HTTP Basic Auth support.
The text was updated successfully, but these errors were encountered:
It would! Is hard to believe that in '23 we are still dealing with basic auth, but it is still present, this would help tremendously.
Sorry, something went wrong.
Unfortunately... yes
Here is a workaround:
request_headers = { authorization = "Basic ${base64encode("${var.username}:${var.password}")}" }
No branches or pull requests
It would be great if this provider had HTTP Basic Auth support.
The text was updated successfully, but these errors were encountered: