jazz-community / rtc-git-connector

Connect RTC work items with commits, issues, and requests from GitHub or GitLab
MIT License
6 stars 6 forks source link

Use the git-connector-service as a proxy #25

Closed MartinBenninger closed 6 years ago

MartinBenninger commented 6 years ago

Send all requests to GitLab and GitHub through the proxy provided by the GitConnectorService.

This is needed for environments with restrictive setups that prevent outgoing request to other hosts from JavaScript.

The previously used method of sending requests through the jazz proxy was insufficient for the needs of the plugin and caused multiple issues. That's why a custom proxy service is now being used.

MartinBenninger commented 6 years ago

This isn't needed for now. The server should be configured to allow the client to access the target sites (e.g. github.com, gitlab.com).