Skip to content

Commit

Permalink
[Fleet] Ignore missing policies when fetching agent data (#199325)
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet authored Nov 7, 2024
1 parent a2c94d8 commit 52d7eaf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ function useFullAgentPolicyFetcher() {
if (policiesToFetchIds.length) {
const bulkGetAgentPoliciesResponse = await sendBulkGetAgentPolicies(policiesToFetchIds, {
full: authz.fleet.readAgentPolicies,
ignoreMissing: true,
});

if (bulkGetAgentPoliciesResponse.error) {
Expand Down

0 comments on commit 52d7eaf

Please sign in to comment.