tidb-incubator / weir

Apache License 2.0
97 stars 40 forks source link

Add user authentication when accessing api server #72

Open EAHITechnology opened 3 years ago

EAHITechnology commented 3 years ago

Feature Request

Current problem

When I access the api server, there is no verification operation. Therefore, unverified api operations may have unexpected effects on namesapce

What i expected

When I access the api server, I need to carry the client token or encrypted username and password.