-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Events for secrets #24030
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
Labels
Comments
A friendly reminder that this issue had no activity for 30 days. |
jankaluza
pushed a commit
to jankaluza/podman
that referenced
this issue
Feb 28, 2025
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]>
jankaluza
pushed a commit
to jankaluza/podman
that referenced
this issue
Feb 28, 2025
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]>
jankaluza
pushed a commit
to jankaluza/podman
that referenced
this issue
Feb 28, 2025
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]>
arsenalzp
pushed a commit
to arsenalzp/podman
that referenced
this issue
Mar 29, 2025
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]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature request description
Create events upon changes to podman secrets, such as creating, removing or updating.
This will be helpful for GUI or WebUI podman interfaces to view and manage secrets.
Suggest potential solution
Create events when secrets are changed
Have you considered any alternatives?
Polling for secrets changes is inefficient.
Additional context
podman events currently does not include secrets:
https://docs.podman.io/en/latest/markdown/podman-events.1.html
docker events do include secrets:
https://docs.docker.com/reference/cli/docker/system/events/#secrets
The text was updated successfully, but these errors were encountered: