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

Feature Request: Add basic auth support #51

Open
0dragosh opened this issue Oct 22, 2020 · 3 comments
Open

Feature Request: Add basic auth support #51

0dragosh opened this issue Oct 22, 2020 · 3 comments

Comments

@0dragosh
Copy link

It would be great if this provider had HTTP Basic Auth support.

@hikerspath
Copy link

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.

@axw703
Copy link

axw703 commented May 11, 2023

Unfortunately... yes

@FlorentPoinsaut
Copy link

Here is a workaround:

  request_headers = {
    authorization = "Basic ${base64encode("${var.username}:${var.password}")}"
  }

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

4 participants