Replies: 1 comment 1 reply
-
|
Did you get this one working? I am having the exact same issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get secrets working with GPG encryption via
passdriver on Rocky 10 with no luck so far. How do you do it? Any working examples?The docs are severely lacking in this instance:
https://docs.podman.io/en/v5.3.0/markdown/podman-secret-create.1.html
I've created GPG key and I can seet it via
gpg --list-secret-keys --keyid-format=long.I've created
config/containers/containers.confand added this :Followed it by
podman system migrate.But when I try to add secret with
echo -n "SuperSecretPassword123" | podman secret create db_pass --driver=pass -I get invalid key error.When I try without containers.conf and this command (after creating file with secret):
I get completely unhelpful "exit status 2".
Beta Was this translation helpful? Give feedback.
All reactions