How to access PMM through a Loadbalancer

Hi,

I want to access to the PMM server run with Podman through a loadbalancer like Kemp. It is possible to configure this access ? If yes, I need help.

The page that the browser contains this output:

{
“code”: 16,
“error”: “Unauthorized”,
“message”: “Unauthorized”
}

Regards
Olivier

Hello,
I don’t have experience with Kemp, could you provide more details how it was configured and how it supposed to work? Seems like you have some re-routing there and that’s why it’s showing what you see.

Regards,
Nurlan

Hi,

More explain about my problem.

If I made this following configuration, that’s work.

Client (https://percona.domain.com) → 443 → Loadbalancer Kemp → 443 → Container Podman PMM

But if I made this following configuration, that’s does not work.
Client (https://adminintra.domain.com/percona) → 443 Loadbalance Kemp → 443 → Container Podman PMM
I have found some information, about this error “{“code”:16,“error”:“Unauthorized”,“message”:“Unauthorized”}”. Some of else, looks with Grafana.ini file configuration with the API module.

I hope that this explain help you more. I have also open a case directly at Kemp.

Regards
Olivier

Thanks for the explanation.
Unfortunately, we don’t support subpath yet.

Hi,

what do you means about subpath ? It is not possible to configure or modified the Nginx configuration ?

Regards
Olivier