Skip to content

Commit

Permalink
#1655 Add accessTheHiveFS permission
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Nov 18, 2020
1 parent b1783ac commit 09afaed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions frontend/app/scripts/services/api/ProfileSrv.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
'manageObservable',
'manageTask',
'manageAction',
'manageAnalyse'
'manageAnalyse',
'accessTheHiveFS'
],
labels: {
manageUser: 'Manage users',
Expand All @@ -53,7 +54,8 @@
manageObservable: 'Manage observables',
manageTask: 'Manage tasks',
manageAction: 'Run Cortex responders',
manageAnalyse: 'Run Cortex analyzer'
manageAnalyse: 'Run Cortex analyzer',
accessTheHiveFS: 'Access to TheHiveFS service'
}
}
};
Expand Down

0 comments on commit 09afaed

Please sign in to comment.