-
Notifications
You must be signed in to change notification settings - Fork 23
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
Docker Image does not encrypt? #88
Comments
Ok I managed to get it to work, you need to mention in the documentation that we need to set Question: does any1 know if it is possible to specify this per database or tablespace? looks like it is only for the whole database. Also: Can we have a viable configuration example for vault? I mean which secrets engine would I have to enable and store the data? The documentation says I need to pass the root token, which is problematic, is it possible to make an own approle access method for this? so it does not have access to EVERYTHING in vault? My own experiment fails with: my config looks like this:
which occurs upon creation of a table, which is not good I think, it should retrieve the secret upon startup once and keep it in RAM instead of retrieving it on every database interaction. |
Please mark this as documentation:
token needs to be kept in mind when it expires |
Updated documentation in #233 |
when I run the image it says that the pgpkeyring file does not exist so it does not load any keys.
logs
The text was updated successfully, but these errors were encountered: