You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the crash.log.
N/A
Expected Behavior
What should have happened?
Updated the "Http basic auth" part in DataDog
Actual Behavior
What actually happened?
Updated header
Thoughts
I understand that the request_headers update the headers part.
My issue is rather a question. Is it possible to use terraform for updating the basic http auth (see attachment)?
The terraform example for auth that I can find is by using request_headers, but I cant get it to work. I have manually added username and password in the Authentication tab in DataDog, then the test works but terraform won't recognise the changes I made.
The text was updated successfully, but these errors were encountered:
Got it to work, I had a error in by auth string.
But my question is still valid. Is it possible to use the http basic auth instead?
I think one difference is that the password gets masked when using that box.
Hi!
Terraform Version
Terraform v0.12.7
Affected Resource(s)
Terraform Configuration Files
(Some parts are masked)
Debug Output
Please provider a link to a GitHub Gist containing the complete debug output: https://www.terraform.io/docs/internals/debugging.html. Please do NOT paste the debug output in the issue; just paste a link to the Gist.
Panic Output
If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the
crash.log
.N/A
Expected Behavior
What should have happened?
Updated the "Http basic auth" part in DataDog
Actual Behavior
What actually happened?
Updated header
Thoughts
I understand that the
request_headers
update the headers part.My issue is rather a question. Is it possible to use terraform for updating the basic http auth (see attachment)?
The terraform example for auth that I can find is by using
request_headers
, but I cant get it to work. I have manually added username and password in the Authentication tab in DataDog, then the test works but terraform won't recognise the changes I made.The text was updated successfully, but these errors were encountered: