Skip to content

Add proxy support and the ability for clients to override the HTTP timeout #926

Closed
@kim-tsao

Description

@kim-tsao

/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

Metadata

Metadata

Assignees

Labels

kind/bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions