Encrypted volumes
#23817
Replies: 1 comment
-
You want encrypted volumes which the host can not read but the container can? Without using confidential computing this is impossible. We could potentially encrypt a volume and only have it decrypted when the volume is mounted. This could be done with a volume plugin. Note you would still need to provide a password to the plugin to decrypt the data. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Will podman ever introduce encrypted mounted volumes? On the host machine the data is always encrypted but inside the container it is decrypted with a secret.
Beta Was this translation helpful? Give feedback.
All reactions