Page MenuHomeSoftware Heritage

Move pgbouncer password alias to the main configuration
ClosedPublic

Authored by vsellier on Nov 23 2020, 7:01 PM.

Details

Summary

it avoids a different behavior between the censored and uncensored
environments

Depends on D4564
Depends on D4563

Test Plan
diff origin/production/belvedere.internal.softwareheritage.org current/belvedere.internal.softwareheritage.org
*******************************************
  Concat::Fragment[postgres] =>
   parameters =>
     content =>
      - "postgres" "md5e8a48653851e28c69d0506508fb27fc5"
      + "postgres" "md571ca878e371146a35722783d442fadd0"
      _
*******************************************
  Concat_fragment[postgres] =>
   parameters =>
     content =>
      - "postgres" "md5e8a48653851e28c69d0506508fb27fc5"
      + "postgres" "md571ca878e371146a35722783d442fadd0"
      _
*******************************************
  Pgbouncer::Userlist[pgbouncer_module_userlist] =>
   parameters =>
     auth_list =>
      - [{"user"=>"postgres", "password"=>""}]
      + [{"user"=>"postgres", "password"=>"swh::deploy::db::postgres::password"}]
*******************************************
*** End octocatalog-diff on belvedere.internal.softwareheritage.org

Diff Detail

Repository
rSPSITE puppet-swh-site
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.