-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add view/update to secrets #18667
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Comments
kriansa
added
the
kind/feature
Categorizes issue or PR as related to a new feature.
label
May 23, 2023
Thanks for reaching out, @kriansa! I enumerated your ideas to refer to them more easily.
@ashley-cui @containers/podman-maintainers WDYT? |
Thanks for the prompt response @vrothberg!
|
seconding the request for |
Interested in opening PRs to make this happen? |
A friendly reminder that this issue had no activity for 30 days. |
rhatdan
added a commit
to rhatdan/podman
that referenced
this issue
Jun 28, 2023
It is pretty complicated to display the secret on the host, but is not really secured. This patch makes it easier to examine the secret. Partial fix for containers#18667 Signed-off-by: Daniel J Walsh <[email protected]>
rhatdan
added a commit
to rhatdan/podman
that referenced
this issue
Jul 9, 2023
Users may want to replace the secret used within containers, without destroying the secret and recreating it. Partial fix for containers#18667 Make sure podman --remote secret inspect and podman secret inspect return the same error message. Signed-off-by: Daniel J Walsh <[email protected]>
github-actions
bot
added
the
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
label
Oct 12, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Feature request description
Currently,
podman-secrets
have pretty limited usage, being only useful for not exposing credentials directly at the command line of containers. Although it has gained a few niceties feature-wise, such as new built-in drivers, it hasn't changed significantly since it was introduced.A few things I find lacking in the current design are:
UpdatedAt
metadata, but it's effectively not used, since we can't update them, so I imagine this was planned (?)podman-login
Suggest potential solution
--password-secret
Have you considered any alternatives?
Yes, I can work around it, but it isn't nearly as convenient as having a built-in CLI for it.
Additional context
I apologize if this is already planned for the short or long term. I currently have no visibility of that. I have searched on the past issues but I couldn't find anything relevant on the topic.
The text was updated successfully, but these errors were encountered: