Waziup / api-server

3 stars 6 forks source link

History endpoint security #29

Open cdupont opened 6 years ago

cdupont commented 6 years ago

Currently there is some security implemented with Kibana-backend and api-server:

Currently the authorization is: DELETE forbidden on all indexes. However this is a bit restrictive: you cannot delete an index pattern for example. Index patterns are stored on .kibana.

Proposed solution: Implement authorization based on index names. e.g. .kibana index can be modified only by administrators. Normal users can access the index that corresponds to a domain they own.