Skip to content

Commit

Permalink
Try setting privileges back to original value
Browse files Browse the repository at this point in the history
  • Loading branch information
kpollich committed Apr 9, 2024
1 parent ea7f159 commit 31c573f
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions x-pack/test/api_integration/apis/security/privileges_basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { FtrProviderContext } from '../../ftr_provider_context';
export default function ({ getService }: FtrProviderContext) {
const supertest = getService('supertest');

describe('Privileges', () => {
describe('Privileges (basic)', () => {
describe('GET /api/security/privileges', () => {
it('should return a privilege map with all known privileges, without actions', async () => {
// If you're adding a privilege to the following, that's great!
Expand Down Expand Up @@ -45,18 +45,7 @@ export default function ({ getService }: FtrProviderContext) {
siem: ['all', 'read', 'minimal_all', 'minimal_read'],
securitySolutionAssistant: ['all', 'read', 'minimal_all', 'minimal_read'],
securitySolutionCases: ['all', 'read', 'minimal_all', 'minimal_read'],
fleetv2: [
'all',
'read',
'minimal_all',
'minimal_read',
'agents_all',
'agents_read',
'agent_policies_all',
'agent_policies_read',
'settings_all',
'settings_read',
],
fleetv2: ['all', 'read', 'minimal_all', 'minimal_read'],
fleet: ['all', 'read', 'minimal_all', 'minimal_read'],
stackAlerts: ['all', 'read', 'minimal_all', 'minimal_read'],
actions: ['all', 'read', 'minimal_all', 'minimal_read'],
Expand Down

0 comments on commit 31c573f

Please sign in to comment.