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
This commit adds the "secret" Event type and emits
"create" and "remove" events for this Event type
when Secret is created or removed.
This can be used for example by podman interfaces to
view and manage secrets.
Fixes: containers#24030
Signed-off-by: Jan Kaluza <[email protected]>
Copy file name to clipboardExpand all lines: docs/source/markdown/podman-events.1.md
+4
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,10 @@ The *volume* type reports the following statuses:
79
79
* prune
80
80
* remove
81
81
82
+
The *secret* type reports the following statuses:
83
+
* create
84
+
* remove
85
+
82
86
#### Verbose Create Events
83
87
84
88
Setting `events_container_create_inspect_data=true` in containers.conf(5) instructs Podman to create more verbose container-create events which include a JSON payload with detailed information about the containers. The JSON payload is identical to the one of podman-container-inspect(1). The associated field in journald is named `PODMAN_CONTAINER_INSPECT_DATA`.
0 commit comments