cloudstax / firecamp

Serverless Platform for the stateful services
https://www.cloudstax.io
Apache License 2.0
208 stars 21 forks source link

no service type check #60

Closed jazzl0ver closed 6 years ago

jazzl0ver commented 6 years ago

I accidentally forgot to change the service name and it still worked:

$ $PREFIX/firecamp-service-cli -op=stop-service -service-type=kafka -region=us-east-1 -cluster=firecamp-$ENV -service-name=zoo-$ENV
Service stopped

(Notice type=kafka and name=zoo)

JuniusLuo commented 6 years ago

Currently stop service does not check the service type. We could add the check for it.

cloudstax commented 6 years ago

1.0 check the service type for all requests. If you find any bug, please create a new issue for the request or reopen this. Thanks!