-
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] Allow Package ID in Create Package Policy requests #100897
Labels
bug
Fixes for quality problems that affect the customer experience
Team:Fleet
Team label for Observability Data Collection Fleet team
Comments
Pinging @elastic/fleet (Team:Fleet) |
kpollich
added a commit
to kpollich/kibana
that referenced
this issue
May 28, 2021
E2E tests are failing because they include the ID field returned by the package list endpoint. This just updates our request schema to accept an ID, though we don't persist or deal with the ID anywhere. Closes elastic#100897
9 tasks
kpollich
added a commit
that referenced
this issue
Jun 1, 2021
E2E tests are failing because they include the ID field returned by the package list endpoint. This just updates our request schema to accept an ID, though we don't persist or deal with the ID anywhere. Closes #100897 Co-authored-by: Kibana Machine <[email protected]>
kibanamachine
added a commit
to kibanamachine/kibana
that referenced
this issue
Jun 1, 2021
E2E tests are failing because they include the ID field returned by the package list endpoint. This just updates our request schema to accept an ID, though we don't persist or deal with the ID anywhere. Closes elastic#100897 Co-authored-by: Kibana Machine <[email protected]>
kibanamachine
added a commit
that referenced
this issue
Jun 1, 2021
E2E tests are failing because they include the ID field returned by the package list endpoint. This just updates our request schema to accept an ID, though we don't persist or deal with the ID anywhere. Closes #100897 Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Kyle Pollich <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Fixes for quality problems that affect the customer experience
Team:Fleet
Team label for Observability Data Collection Fleet team
See #99866 (comment)
We expose the package ID at the
/api/fleet/epm/packages?experimental=true
endpoint, e.g.Screenshot
For E2E tests (see linked comment) that use this payload and include the
id
, and error is throwing upon package policy creation:Our schema definition for this policy creation request forbids
id
in the request body. This should be changed to allow for theid
field's presence.The text was updated successfully, but these errors were encountered: