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
Dev console is running into issues creating an app in a disconnected cluster with a proxy using our Go devfile sample. The problem is with the parent devfile reference which the parser needs to read but because the HTTP client we construct does not contain proxy support, this action fails. We should also allow clients to override the default http request/response timeouts - default timeout of 30s has shown to be way too long of a wait (true for both the parser and registry library)
To Reproduce:
Expected behavior
Any logs, error output, screenshots etc? Provide the devfile that sees this bug, if applicable.
Additional context
Any workaround?
Suggestion on how to fix the bug
The text was updated successfully, but these errors were encountered:
kim-tsao
changed the title
Devfile Library: Add proxy support and the ability for clients to override the HTTP timeout
Add proxy support and the ability for clients to override the HTTP timeout
Sep 12, 2022
/kind bug
Which area this bug is related to?
/area library
/area registry
Bug Summary
Describe the bug:
Dev console is running into issues creating an app in a disconnected cluster with a proxy using our Go devfile sample. The problem is with the parent devfile reference which the parser needs to read but because the HTTP client we construct does not contain proxy support, this action fails. We should also allow clients to override the default http request/response timeouts - default timeout of 30s has shown to be way too long of a wait (true for both the parser and registry library)
To Reproduce:
Expected behavior
Any logs, error output, screenshots etc? Provide the devfile that sees this bug, if applicable.
Additional context
Any workaround?
Suggestion on how to fix the bug
The text was updated successfully, but these errors were encountered: