[Git][root/dbroot/postgresql-sync-config][main] Fix use of metabase user in portalmec

Fernando K pushed to branch main at Root / DBRoot / PostgreSQL Commits: 7b70398a by Fernando K at 2025-07-30T12:58:13+00:00 Fix use of metabase user in portalmec - - - - - 1 changed file: - pg_hba.conf Changes: ===================================== pg_hba.conf ===================================== @@ -55,7 +55,7 @@ hostssl mecred_dev mecred 10.254.221.0/24 s hostssl mecred_teste mecred 10.254.221.0/24 scram-sha-256 hostssl mecred_teste mecred 10.254.238.0/24 scram-sha-256 hostssl mecred_homologa mecred 10.254.237.0/24 scram-sha-256 # Acesso ao secret -hostssl portalmec portalmec metabase.c3sl.ufpr.br scram-sha-256 +hostssl portalmec metabase metabase.c3sl.ufpr.br scram-sha-256 # DEPP host simcaq_adm simcaq simcaqdev.c3sl.ufpr.br scram-sha-256 View it on GitLab: https://gitlab.c3sl.ufpr.br/root/dbroot/postgresql-sync-config/-/commit/7b70... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/dbroot/postgresql-sync-config/-/commit/7b70... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
Fernando K (@fmkiotheka)