kibana/x-pack/plugins/security
Larry Gregory 981e98c2fe
Fix space privilege associations when editing roles (#23638)
This PR updates the role management screen so that changes to space privileges are correctly tracked when adding/updating/deleting both new and existing privilege associations.

We were not tracking state correctly when both existing and in-progress privileges existed on screen.

Closes #23541
2018-10-02 16:45:28 -04:00
..
common Spaces Phase 1 (#21408) 2018-10-01 07:09:33 -04:00
public Fix space privilege associations when editing roles (#23638) 2018-10-02 16:45:28 -04:00
server Spaces Phase 1 (#21408) 2018-10-01 07:09:33 -04:00
webpackShims
index.js Spaces Phase 1 (#21408) 2018-10-01 07:09:33 -04:00
README.md

Kibana Security Plugin

  1. Install the Security plugin on Kibana bin/kibana plugin --install kibana/security/latest
  2. Modify kibana.yml and add xpack.security.encryptionKey: "something_at_least_32_characters"
  3. Make sure that the following config options are also set: elasticsearch.username, elasticsearch.password, server.ssl.certificate, and server.ssl.key (see Configuring Kibana to Work with Shield)

Once done, open up the following url (assuming standard kibana config): https://localhost:5601.