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
What is the bug?
When TFE_HTTP_ADDR is malformed, hcdiag GET checks fail silently with no errors reported in the output. Result is null, error is an empty string, and status is success.
In this case TFE_HTTP_ADDR was set to the hostname (tfe.example.com) instead of the full URL (`https://tfe.example.com')
What version are you using?
Seen with hcdiag 0.4.0 and hcdiag-ext v0.3.0.
Which HashiCorp products does this affect?
Affects Terraform Enterprise.
When does the error occur?
Set TFE_HTTP_ADDR to the TFE hostname without the https://
Run hcdiag -terraform -config /path/to/hcdiag_terraform.hcl
What is the expected behavior?
Status and error fields should indicate a problem, e.g. "error": "TFE_URL not valid", "status": "fail",. hcdiag run should probably fail.
Is there a workaround?
Workaround is to supply the correct URL.
How does this impact you?
This caused a delay in generating hcdiag reports, as the customer was not aware the collection had failed. It is not an ongoing problem for us, but will most likely affect future customers.
Are there any deadlines?
No.
Is there any additional context?
No.
The text was updated successfully, but these errors were encountered:
What is the bug?
When TFE_HTTP_ADDR is malformed, hcdiag GET checks fail silently with no errors reported in the output. Result is null, error is an empty string, and status is success.
In this case TFE_HTTP_ADDR was set to the hostname (
tfe.example.com
) instead of the full URL (`https://tfe.example.com')What version are you using?
Seen with hcdiag 0.4.0 and hcdiag-ext v0.3.0.
Which HashiCorp products does this affect?
Affects Terraform Enterprise.
When does the error occur?
https://
hcdiag -terraform -config /path/to/hcdiag_terraform.hcl
What is the expected behavior?
Status and error fields should indicate a problem, e.g.
"error": "TFE_URL not valid", "status": "fail",
. hcdiag run should probably fail.Is there a workaround?
Workaround is to supply the correct URL.
How does this impact you?
This caused a delay in generating hcdiag reports, as the customer was not aware the collection had failed. It is not an ongoing problem for us, but will most likely affect future customers.
Are there any deadlines?
No.
Is there any additional context?
No.
The text was updated successfully, but these errors were encountered: