Skip to content

Commit

Permalink
Add manage_oidc privilege (#36873)
Browse files Browse the repository at this point in the history
manage_oidc cluster privilege was added to Elasticsearch in
elastic/elasticsearch#40674
  • Loading branch information
jkakavas authored May 22, 2019
1 parent 531f08f commit 0e6b245
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/security/public/services/role_privileges.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const clusterPrivileges = [
'manage_token',
'manage_saml',
'create_snapshot',
'manage_oidc',
];
const indexPrivileges = [
'all',
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0e6b245

Please sign in to comment.