Replies: 1 comment 1 reply
-
|
Hello, By looking at your message, it seems that the error you are getting is not the one available in the current libpq: grepping the libpq source I see: looking where the message changed, pointed me at postgres/postgres@a59c795 which suggests that
I think that the latest version of psycopg-binary was packaged using 15.0, so, if you want to use this feature, you will need to install Leaving this open to remember. |
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 understand that typically the private key file needs to be permission 0600 or less. However, the docs also mentions that
See 2nd paragraph in this: https://www.postgresql.org/docs/current/libpq-ssl.html#LIBPQ-SSL-CLIENTCERT
In my CA Operator deployed env, I have these permissions:
The run user is 1000710000 , the files are owned by root user. The group permission are Read, and the world permission in None.
But when I upload a document, I see this in the Backend log:
Any idea why the Read permission for group is not allowed? As per the docs, if the file is owned by root, and the run user is not root, it seems like these permissions should be allowed. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions