Skip to content

Commit

Permalink
Add manage_service_acount privileges to cypress test roles
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed Apr 30, 2024
1 parent 105ac55 commit 8c3dfcf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions x-pack/plugins/fleet/cypress/tasks/privileges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export const FleetAllIntegrAllRole: Role = {
privileges: ['all'],
},
],
cluster: ['manage_service_account'],
},
kibana: [
{
Expand Down Expand Up @@ -89,6 +90,7 @@ export const FleetAllIntegrReadRole: Role = {
privileges: ['all'],
},
],
cluster: ['manage_service_account'],
},
kibana: [
{
Expand Down Expand Up @@ -116,6 +118,7 @@ export const FleetAllIntegrNoneRole: Role = {
privileges: ['all'],
},
],
cluster: ['manage_service_account'],
},
kibana: [
{
Expand Down Expand Up @@ -143,6 +146,7 @@ export const FleetAgentsReadIntegrNoneRole: Role = {
privileges: ['all'],
},
],
cluster: ['manage_service_account'],
},
kibana: [
{
Expand Down Expand Up @@ -170,6 +174,7 @@ export const FleetNoneIntegrAllRole: Role = {
privileges: ['all'],
},
],
cluster: ['manage_service_account'],
},
kibana: [
{
Expand Down

0 comments on commit 8c3dfcf

Please sign in to comment.