spaship / operator

SPAship Operator
https://spaship.io/operator/
Apache License 2.0
1 stars 2 forks source link

Securing all the apis except health to prevent DDoS attack #93

Open arkaprovob opened 3 years ago

arkaprovob commented 3 years ago

prevent anonymous access for all APIs except the one which returns static information. For webhook APIs secure them using SSL validation and token-based authorization.