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

Add Kibana spaces security #502

Open
fbaligand opened this issue Sep 15, 2019 · 3 comments
Open

Add Kibana spaces security #502

fbaligand opened this issue Sep 15, 2019 · 3 comments

Comments

@fbaligand
Copy link

It would be nice to have the ability to configure security access for each Kibana space:

  • none: no access to one Kibana space
  • read: read access to one Kibana space
  • all: all access to one Kibana space

All that associated to one role in readonlyrest.yml

@coutoPL
Copy link
Collaborator

coutoPL commented Apr 18, 2023

We have a new kibana.access: api_only and kibana.allowed_api_paths (see docs) that may help with solving the problem described in this issue.

@fbaligand
Copy link
Author

Yes it could answer the need with /s/SPACE_ID/api/* URI.
That said, for read access for one space, this seems to be more complex to configure.

@sscarduzio
Copy link
Owner

it would be complex only if you want a user to have read only permission to a space in particular, it would be OK if a user is read only in general.

But yes, giving explicit permissions would require some research.

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

No branches or pull requests

3 participants