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

Provide example of Kibana Spaces privilege in role configuration #1086

Open
geekpete opened this issue May 9, 2020 · 0 comments
Open

Provide example of Kibana Spaces privilege in role configuration #1086

geekpete opened this issue May 9, 2020 · 0 comments

Comments

@geekpete
Copy link

geekpete commented May 9, 2020

Feature Description

Kibana Spaces will require an "applications" block in the role to provide any access to even the default space, without it users might not be able to access Kibana.
Spaces might be in use for 6.8.x or later.

Example Role output from Security API:

{
  "spacetest_role" : {
    "cluster" : [ ],
    "indices" : [ ],
    "applications" : [
      {
        "application" : "kibana-.kibana",
        "privileges" : [
          "all"
        ],
        "resources" : [
          "*"
        ]
      }
    ],
    "run_as" : [ ],
    "metadata" : { },
    "transient_metadata" : {
      "enabled" : true
    }
  }
}

There's no applications section in the current examples for specifying roles in the README:
https:/elastic/puppet-elasticsearch#roles

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

1 participant