Skip to content

Commit

Permalink
Revert "dot-prefix index"
Browse files Browse the repository at this point in the history
This reverts commit 3a837ac.
  • Loading branch information
orestisfl committed Dec 12, 2024
1 parent 3a837ac commit ce43257
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ function maybeAddAgentlessPermissions(
return [packagePolicy.id, existing];
}
existing.indices!.push({
names: ['.agentless-*'],
names: ['agentless-*'],
privileges: AGENTLESS_INDEX_PERMISSIONS,
});
return [packagePolicy.id, existing];
Expand Down

0 comments on commit ce43257

Please sign in to comment.