Skip to content

Commit

Permalink
[Fleet] Ignore missing policies when fetching agent data (elastic#199325
Browse files Browse the repository at this point in the history
)
  • Loading branch information
nchaulet authored and mbondyra committed Nov 8, 2024
1 parent ea6fa68 commit a1c95c7
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 a1c95c7

Please sign in to comment.