Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <jiallian@amazon.com>
  • Loading branch information
RyanL1997 committed Oct 30, 2023
1 parent fcf91eb commit 4e0c3ad
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ public class ServiceAccountAuthenticationTest {
"true"
)
.roles(
// CS-SUPPRESS-SINGLE: RegexpSingleline get Extensions Settings
new TestSecurityConfig.Role("admin-extension-role").clusterPermissions("*")
// CS-ENFORCE-SINGLE
.indexPermissions("*", "system:admin/system_index")
.on("*")
);
Expand Down

0 comments on commit 4e0c3ad

Please sign in to comment.