Open jillguyonnet opened 18 hours ago
This looks a good solution to me, we should probably remove the space_ids
property when that field is disabled from the data we send to update the policy here https://github.com/elastic/kibana/blob/main/x-pack/plugins/fleet/public/applications/fleet/sections/agent_policy/details_page/components/settings/index.tsx#L108
Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app
id | before | after | diff |
---|---|---|---|
fleet |
1.7MB | 1.7MB | +546.0B |
cc @jillguyonnet
Summary
Closes https://github.com/elastic/kibana/issues/193827
This PR improves the space selector in agent policy setting to handle the case where the user does not have access to all policy spaces.
In this case:
Unavailable space
badgeScreenshots
For a user with access to all policy spaces (no change):
For a user with access to only a subset of policy spaces:
Checklist
release_note:*
label is applied per the guidelines