Skip to content
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

Secrets management #792

Open
woodsb02 opened this issue Apr 25, 2024 · 2 comments
Open

Secrets management #792

woodsb02 opened this issue Apr 25, 2024 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed upstream Missing functionality or bug in podman

Comments

@woodsb02
Copy link

It would be nice to be able to manage podman secrets.

It would also be good to be able to use existing secrets when configuring other settings (such as in the value of environment variables when creating a container).

$ podman secret --help
Manage secrets

Description:
  Manage secrets

Usage:
  podman secret [command]

Available Commands:
  create      Create a new secret
  exists      Check if a secret exists in local storage
  inspect     Inspect a secret
  ls          List secrets
  rm          Remove one or more secrets
@woodsb02 woodsb02 added the enhancement New feature or request label Apr 25, 2024
@marhkb
Copy link
Owner

marhkb commented Sep 21, 2024

Probably currently not easy to implement because podman does not implements for secrets. So I can't detect if an secret is created/deleted/updated outside from pods. See https://docs.podman.io/en/latest/markdown/podman-events.1.html

Docker on the other hand got it right: https://docs.docker.com/reference/cli/docker/system/events/#secrets

Currently, I have not much time to report the issue to the podman developers.
So, any help in getting this issue resolved is appreciated.

@marhkb marhkb added help wanted Extra attention is needed upstream Missing functionality or bug in podman labels Sep 21, 2024
@woodsb02
Copy link
Author

Currently, I have not much time to report the issue to the podman developers.

So, any help in getting this issue resolved is appreciated.

I have created an issue for this here:

containers/podman#24030

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed upstream Missing functionality or bug in podman
Projects
None yet
Development

No branches or pull requests

2 participants