-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fleet] Couple agent and integration policy space #194099
Comments
Pinging @elastic/fleet (Team:Fleet) |
@nchaulet as long as the Reusable Integration is in a space that also appears in the agent policy, we should allow this I think. Does it matter if the agent policy is in multiple spaces? Sounds like we may have an issue with how the reusable integration is applied in this case. Scenario: What would happen to a user in space B or C who can read/write to this Agent Policy? do we filter out the reusable integration in this instance? |
@nimarezainia with the current implementation this will not work, there is a lot of internal (building the full policy we send to the agent, validations that require agent and integration policy spaces to be exactly the same), but this will work when tackle #194101 that is a another big change |
Ok thanks. So really what we are saying is that "reusable integration should only be allowed to be added to Agent Policies that exist in the same space as the integration" |
Description
Related to #190727
Fleet do not support currently to have an agent policy with integration policy that are not in the same space as the agent policy, to be able to release space awareness, we should fix that.
For this:
we should couple agent policy spaces and integration policy spaces (they should be identical).
We should also block reusable integration policies to be used in a policy belonging to multiple space.
The text was updated successfully, but these errors were encountered: