Skip to content

Commit

Permalink
adds manage_follow_index index privilege for CCR (#25720) (#26194)
Browse files Browse the repository at this point in the history
  • Loading branch information
legrego committed Nov 26, 2018
1 parent 7a625e5 commit 564d6a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/security/public/services/role_privileges.js
Expand Up @@ -31,6 +31,7 @@ const indexPrivileges = [
'create_index',
'view_index_metadata',
'read_cross_cluster',
'manage_follow_index',
];

export function getClusterPrivileges() {
Expand Down
Expand Up @@ -35,6 +35,7 @@ module.constant('shieldPrivileges', {
'create_index',
'view_index_metadata',
'read_cross_cluster',
'manage_follow_index',
],
applications: []
});
Expand Up @@ -120,6 +120,10 @@ exports[`it renders without crashing 1`] = `
"isGroupLabelOption": false,
"label": "read_cross_cluster",
},
Object {
"isGroupLabelOption": false,
"label": "manage_follow_index",
},
]
}
selectedOptions={Array []}
Expand Down

0 comments on commit 564d6a7

Please sign in to comment.