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
Describe the bug
Since there are a lot attributes which gets evaluated at runtime, there should be checked for assignment errors on start up to prevent confusion.
To Reproduce
Steps to reproduce the behavior:
Which Couper version? Run couper version or docker run --entrypoint=/couper avenga/couper version master 2021-03-29 acfce46
Provide your configuration file *.hcl. Remove sensitive data.
Provide a curl call for reproduction curl -v http://localhost:8080/
Expected behavior add_response_headers is an attribute and no block. Therefore Couper should not load the configuration and points to the related misconfigured line.
The text was updated successfully, but these errors were encountered:
Describe the bug
Since there are a lot attributes which gets evaluated at runtime, there should be checked for assignment errors on start up to prevent confusion.
To Reproduce
Steps to reproduce the behavior:
Which Couper version? Run
couper version
ordocker run --entrypoint=/couper avenga/couper version
master 2021-03-29 acfce46
Provide your configuration file
*.hcl
. Remove sensitive data.curl
call for reproductioncurl -v http://localhost:8080/
Expected behavior
add_response_headers
is an attribute and no block. Therefore Couper should not load the configuration and points to the related misconfigured line.The text was updated successfully, but these errors were encountered: