Skip to content

Commit 8813bb8

Browse files
authored
Fleet: Add new mappings for .fleet-actions signing (#93802)
* Fleet: Add new mappings for .fleet-actions signing * Update docs/changelog/93802.yaml * Update changelog area entry
1 parent 7a22669 commit 8813bb8

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

docs/changelog/93802.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 93802
2+
summary: "Fleet: Add new mappings for .fleet-actions signing"
3+
area: Security
4+
type: enhancement
5+
issues: []

x-pack/plugin/core/src/main/resources/fleet-actions.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@
4545
},
4646
"user_id" : {
4747
"type": "keyword"
48+
},
49+
"signed" : {
50+
"properties": {
51+
"data" : {
52+
"type": "binary"
53+
},
54+
"signature" : {
55+
"type": "binary"
56+
}
57+
}
4858
}
4959
}
5060
}

0 commit comments

Comments
 (0)