You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// replaceMapRef replaces all nested secret values in the passed input and returns the resulting input along with a list of keys where inputs have been replaced.
Copy file name to clipboardExpand all lines: model/schema.json
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,19 @@
61
61
"description": "The optional action timeout in seconds",
62
62
"type": "integer"
63
63
},
64
+
"secret_references": {
65
+
"description": "A list of all secrets fleet-server needs to inject into the actions data before passing it to the agent. This attribute is removed when action data is send to an agent.",
66
+
"type": "array",
67
+
"items": {
68
+
"type": "object",
69
+
"properties": {
70
+
"id": {
71
+
"type": "string"
72
+
}
73
+
},
74
+
"required": ["id"]
75
+
}
76
+
},
64
77
"user_id": {
65
78
"description": "The ID of the user who created the action.",
0 commit comments