Обсуждение: GCP Postgres denied connection requests for user.

Поиск
Список
Период
Сортировка

GCP Postgres denied connection requests for user.

От
Ron Watkins
Дата:
Is there some report or other method to find out if a specific user has had any denied connection requests? Business is requesting some kind of report or count over a time period of denied access requests for an application account.

--
Ron Watkins, K7DOG
602.743.5272

Re: GCP Postgres denied connection requests for user.

От
Tom Lane
Дата:
Ron Watkins <rwatki@gmail.com> writes:
> Is there some report or other method to find out if a specific user has had
> any denied connection requests?

You could trawl the postmaster log for such errors.

            regards, tom lane