Skip to content

Commit

Permalink
cluster_permissions has no allowed_actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Apr 27, 2022
1 parent a604be4 commit 52f67d7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions services/api/src/resources/group/opendistroSecurity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ export const OpendistroSecurityOperations = (
const groupProjectPermissions = {
body: {
cluster_permissions: [
{
allowed_actions: ['cluster:admin/opendistro/reports/menu/download']
}
'cluster:admin/opendistro/reports/menu/download'
],
index_permissions: [
{
Expand Down

0 comments on commit 52f67d7

Please sign in to comment.