Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
feat(dbaas.logs.role.permission): support kibana permission on role (#…
Browse files Browse the repository at this point in the history
…298)

Signed-off-by: Pierre De Paepe <[email protected]>
  • Loading branch information
pdepaepe authored Jun 15, 2020
1 parent c15bf17 commit f83970f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ angular.module('ovh-api-services').service('OvhApiDbaasLogsRolePermissionV6', ($
addIndex: { method: 'POST', interceptor, url: '/dbaas/logs/:serviceName/role/:roleId/permission/index' },
addDashboard: { method: 'POST', interceptor, url: '/dbaas/logs/:serviceName/role/:roleId/permission/dashboard' },
addStream: { method: 'POST', interceptor, url: '/dbaas/logs/:serviceName/role/:roleId/permission/stream' },
addKibana: { method: 'POST', interceptor, url: '/dbaas/logs/:serviceName/role/:roleId/permission/kibana' },
update: { method: 'PUT', interceptor },
remove: { method: 'DELETE', interceptor },
});
Expand Down

0 comments on commit f83970f

Please sign in to comment.