We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Create events when secrets are changed
Polling for secrets changes is inefficient.
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:
A friendly reminder that this issue had no activity for 30 days.
Sorry, something went wrong.
No branches or pull requests
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: