Skip to content

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

Closed
woodsb02 opened this issue Sep 21, 2024 · 1 comment · Fixed by #25420
Closed

Events for secrets #24030

woodsb02 opened this issue Sep 21, 2024 · 1 comment · Fixed by #25420
Labels
kind/feature Categorizes issue or PR as related to a new feature. stale-issue

Comments

@woodsb02
Copy link

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

@woodsb02 woodsb02 added the kind/feature Categorizes issue or PR as related to a new feature. label Sep 21, 2024
Copy link

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
Labels
kind/feature Categorizes issue or PR as related to a new feature. stale-issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant