servicecomb-service-center icon indicating copy to clipboard operation
servicecomb-service-center copied to clipboard

A standalone service center to allow services to register their instance information and to discover providers of a given service

Results 156 servicecomb-service-center issues
Sort by recently updated
recently updated
newest added

1. Dockerfile 链接 404 见后面附图 2. 建议在docherhub 镜像说明文字中将传入的环境变量说明一下,方便用户在不看源码的情况下将etcd集群地址传入,便于基于容器部署SC. 3. scfrontend docker镜像建议 同上 附图: ![image](https://user-images.githubusercontent.com/1586298/44376861-e7266f80-a52c-11e8-9584-6622689423a8.png) ![image](https://user-images.githubusercontent.com/1586298/44376966-64ea7b00-a52d-11e8-8ddf-382be0e9ebeb.png)

bug
document

前提:华为公有云(ServiceStage)上已经部署好 ServiceCenter的容器应用,外部访问地址:117.78.49.144:30100, 内部访问地址192.168.0.244:30100,并且可以正常使用。 然后在华为公有云上部署 Frontend Servicecenter,结果失败: 1. 部署: frontend-service-center-0.4.0-linux-amd64.tar.gz 作为虚机应用部署; 启动参数:sh start.sh 停止参数:sh stop.sh 2. 失败信息 create processes failed: failed to "StartProcess" for "process1" with ExecuteCommandFailed: "error info: exit status...

help wanted

The refresh should only happen if the user is browsing that page

UI

service center配置了使用证书的https访问后,frontend如何配置使用https证书模式?

enhancement

The certificates stores under *etc/ssl* folder, while the application configuration files stores under conf folder, which looks inconsistent. Is it a better idea to merge both of it under *etc*...

enhancement

Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.7.2 to 4.9.0. Release notes Sourced from github.com/labstack/echo/v4's releases. v4.9.0 Security Fix open redirect vulnerability in handlers serving static directories (e.Static, e.StaticFs, echo.StaticDirectoryHandler) #2260 Enhancements Allow configuring...

dependencies
go

**Describe the bug** Using the docker image `servicecomb/scfrontend:latest` to install the service center frontend. After the install cannot load the UI running in the port `30103`. It is failing with...

bug