You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2020/08/05 03:59:22 UTC

[GitHub] [servicecomb-service-center] yankooo opened a new issue #674: live/produce service maybe forbid "Test Schema" feature

yankooo opened a new issue #674:
URL: https://github.com/apache/servicecomb-service-center/issues/674


   **Is your feature request related to a problem? Please describe.**
   `Test Schema` is dangerous when service is deployed in living/produce, it's will expose API.
   
   **Describe the solution you'd like**
   
   https://github.com/apache/servicecomb-service-center/blob/1182bc1aab1421f593221602d6da2fc61760d800/frontend/schema/schemahandler.go#L76
   
   maybe has a config can forbid this feature in live environment?
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



[GitHub] [servicecomb-service-center] tianxiaoliang commented on issue #674: live/produce service maybe forbid "Test Schema" feature

Posted by GitBox <gi...@apache.org>.
tianxiaoliang commented on issue #674:
URL: https://github.com/apache/servicecomb-service-center/issues/674#issuecomment-669890035


   plz write your user story


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



[GitHub] [servicecomb-service-center] yankooo commented on issue #674: live/produce service maybe forbid "Test Schema" feature

Posted by GitBox <gi...@apache.org>.
yankooo commented on issue #674:
URL: https://github.com/apache/servicecomb-service-center/issues/674#issuecomment-670310529


   https://github.com/apache/servicecomb-service-center/pull/675


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



[GitHub] [servicecomb-service-center] yankooo closed issue #674: live/produce service maybe forbid "Test Schema" feature

Posted by GitBox <gi...@apache.org>.
yankooo closed issue #674:
URL: https://github.com/apache/servicecomb-service-center/issues/674


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



[GitHub] [servicecomb-service-center] tianxiaoliang edited a comment on issue #674: live/produce service maybe forbid "Test Schema" feature

Posted by GitBox <gi...@apache.org>.
tianxiaoliang edited a comment on issue #674:
URL: https://github.com/apache/servicecomb-service-center/issues/674#issuecomment-669901696


   make sense, but is it nessasary to forbid backend function. because this is only a frontend feature


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



[GitHub] [servicecomb-service-center] tianxiaoliang commented on issue #674: live/produce service maybe forbid "Test Schema" feature

Posted by GitBox <gi...@apache.org>.
tianxiaoliang commented on issue #674:
URL: https://github.com/apache/servicecomb-service-center/issues/674#issuecomment-669901696


   make sense


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



[GitHub] [servicecomb-service-center] yankooo commented on issue #674: live/produce service maybe forbid "Test Schema" feature

Posted by GitBox <gi...@apache.org>.
yankooo commented on issue #674:
URL: https://github.com/apache/servicecomb-service-center/issues/674#issuecomment-669900404


   An HTTP service deploys in the living environment and its registry to servicecenter.  If it adds schema, the user can send HTTP requests **very easily** according to the schema API on the servicecenter frontend. It maybe causes living environment data error or living service resource pressure.
   
   so, maybe has some config can forbid this feature(Test Schema)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



[GitHub] [servicecomb-service-center] yankooo commented on issue #674: live/produce service maybe forbid "Test Schema" feature

Posted by GitBox <gi...@apache.org>.
yankooo commented on issue #674:
URL: https://github.com/apache/servicecomb-service-center/issues/674#issuecomment-669906325


   backend function will return service private protocol detail, like `/v4/:project/registry/microservices/:serviceId/schemas/:schemaId`, possibly forbid this behavoir.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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