Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow RW access to a specific type of an index #51

Closed
Nos2015 opened this issue Apr 14, 2016 · 1 comment
Closed

Allow RW access to a specific type of an index #51

Nos2015 opened this issue Apr 14, 2016 · 1 comment

Comments

@Nos2015
Copy link

Nos2015 commented Apr 14, 2016

Hi,

Is there a way to allow read/write access to a specific type of an index ?
For example, if I have a type posts and comments inside a ES index.
I would like to unauthorized write access to posts (only readonly) and allow to customer to add comment on the type comments ( I would like to use update, bulk api, insert).

Best regards,

@sscarduzio
Copy link
Owner

Hey Morin, good idea! That would be nice to have! I’ll add this as an enhancement. As soon as I can I will group a few features and set up a milestone, so I’ll know what to work on.

On 14 Apr 2016, at 17:07, Morin notifications@github.com wrote:

Hi,

Is there a way to allow read/write access to a specific type of an index ?
For example, if I have a type posts and comments inside a ES index.
I would like to unauthorized write access to posts (only readonly) and allow to customer to add comment on the type comments ( I would like to use update, bulk api, insert).

Best regards,


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub #51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants