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
The issue here is the missing decode for hcl attributes which are not part of the related inline scheme and passing them to the desired options struct. Also the attribute test coverage must be increased along with a startup validation.
My couper.hcl:
Although
disable_certificate_validation
is active, I get a request error:Couper's backend log says:
However, the settings works, when defined in the
endpoint
:This config yields a 200, as expected.
The text was updated successfully, but these errors were encountered: