Skip to content

Commit

Permalink
[Fleet] Allow to skip package verification with force flag when creat…
Browse files Browse the repository at this point in the history
…ing a policy (#176738)
  • Loading branch information
nchaulet authored Feb 12, 2024
1 parent 509f9ed commit 028b993
Show file tree
Hide file tree
Showing 9 changed files with 134 additions and 109 deletions.
22 changes: 15 additions & 7 deletions x-pack/plugins/fleet/common/openapi/bundled.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"openapi": "3.0.0",
"tags": [],
"info": {
"title": "Fleet",
"description": "OpenAPI schema for Fleet API endpoints",
Expand All @@ -19,6 +18,12 @@
"description": "local"
}
],
"security": [
{
"basicAuth": []
}
],
"tags": [],
"paths": {
"/health_check": {
"post": {
Expand Down Expand Up @@ -7385,6 +7390,10 @@
},
"is_protected": {
"type": "boolean"
},
"force": {
"type": "boolean",
"description": "Force agent policy creation even if packages are not verified."
}
},
"required": [
Expand Down Expand Up @@ -7457,6 +7466,10 @@
},
"is_protected": {
"type": "boolean"
},
"force": {
"type": "boolean",
"description": "Force agent policy creation even if packages are not verified."
}
},
"required": [
Expand Down Expand Up @@ -9066,10 +9079,5 @@
]
}
}
},
"security": [
{
"basicAuth": []
}
]
}
}
Loading

0 comments on commit 028b993

Please sign in to comment.