You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/04/12 08:54:01 UTC

[jira] [Commented] (SCB-479) Add proxy to service-center in frontend

    [ https://issues.apache.org/jira/browse/SCB-479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16435188#comment-16435188 ] 

ASF GitHub Bot commented on SCB-479:
------------------------------------

yangbor opened a new pull request #328: [SCB-479] Add proxy to service-center in frontend
URL: https://github.com/apache/incubator-servicecomb-service-center/pull/328
 
 
   Add a proxy in the frontend server, and make the httpService js to access the service-center through the proxy. 
   
   Follow this checklist to help us incorporate your contribution quickly and easily:
   
    - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/SCB) filed for the change (usually before you start working on it).  Trivial changes like typos do not require a JIRA issue.  Your pull request should address just this issue, without pulling in other changes.
    - [ ] Each commit in the pull request should have a meaningful subject line and body.
    - [ ] Format the pull request title like `[SCB-XXX] Fixes bug in ApproximateQuantiles`, where you replace `SCB-XXX` with the appropriate JIRA issue.
    - [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
    - [ ] Run `go build` `go test` `go fmt` `go vet` to make sure basic checks pass. A more thorough check will be performed on your pull request automatically.
    - [ ] If this contribution is large, please file an Apache [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
   
   ---
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Add proxy to service-center in frontend
> ---------------------------------------
>
>                 Key: SCB-479
>                 URL: https://issues.apache.org/jira/browse/SCB-479
>             Project: Apache ServiceComb
>          Issue Type: Improvement
>          Components: Service-Center
>    Affects Versions: service-center-1.0.0-m2
>            Reporter: Yang Bo
>            Assignee: Yang Bo
>            Priority: Major
>
> Currently the frontend visits service-center directly from user browser. This requires that the service-center must be listening on a address accessible from the user machine. (Frontend will not work if visited from other machines if service-center listens on localhost.)
> To resolve this issue, we need to add a proxy in the frontend server, and the user access the service-center through that proxy.
> This also eliminates the need to modify the apiList.js file when configuring service-center address and port.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)