Secure PostgreSQL Authentication in Pulp

Pulp is currently using PostgreSQL with the trust authentication method enabled, meaning no password is required for database connections.

  • Does Pulp support configuring PostgreSQL to use MD5 authentication instead of trust?
  • What configuration changes are required to switch to MD5 authentication in Pulp?
1 Like

We are not doing anything fancy here. Whatever django supports you can put into your settings.

2 Likes