Hi,
I'm trying to build Kibana plugin and I am using basic free authentication in kibana. I need to query GET /_security/user/_has_privileges
to get the privileges of the current logged in user api further I need to perform CRUD actions on elasticsearch indices depending on his privilages, and also make api calls to different webserver(Django).
I was trying things as described here and
here
I am not able figure out the entities server in server side nor uiModules in browser side.
Thank you
Chaitanya