You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
connect_params is used in other areas like postgresql_user, but it's not referenced in the postgresql_privs code at all. I cannot set any cert info for just postgresql_privs which is making me have to use the deprecated privs argument on postgresql_user.
postgresql_privs will use connect_params to connect via SSL.
ACTUAL RESULTS
The user will create just fine, the rds_iam will grant just fine, but the privs will fail with an SSL error. connect_params is being ignored. I get the same cert error if I remove the connect_params block from the other sections.
My examples contain connection strings for my environment and would take so much redaction that it wouldn't be verbatim. In the source code it's pretty clear to me that connect params are not used in any way.
The text was updated successfully, but these errors were encountered:
SUMMARY
connect_params is used in other areas like postgresql_user, but it's not referenced in the postgresql_privs code at all. I cannot set any cert info for just postgresql_privs which is making me have to use the deprecated
privs
argument onpostgresql_user
.ISSUE TYPE
COMPONENT NAME
community.postgresql.postgresql_privs
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
Mac
STEPS TO REPRODUCE
Set connect_params on postgresql_privs, they will be ignored.
EXPECTED RESULTS
postgresql_privs will use connect_params to connect via SSL.
ACTUAL RESULTS
The user will create just fine, the rds_iam will grant just fine, but the privs will fail with an SSL error. connect_params is being ignored. I get the same cert error if I remove the connect_params block from the other sections.
My examples contain connection strings for my environment and would take so much redaction that it wouldn't be verbatim. In the source code it's pretty clear to me that connect params are not used in any way.
The text was updated successfully, but these errors were encountered: