Hi, we are setting up LDAP login on our PMM2 installation, the login is successful and we are able to see the dashboards, but we see and “Access denied” error popping up on the page:
Looking at the network requests, the failed ones are POST to http://xxxxx/v1/Settings/Get.
On a user with Admin privileges we noticed the usual response is something like this:
{
"settings": {
"telemetry_enabled": xxx,
"metrics_resolutions": {
"hr": "xxx",
"mr": "xxx",
"lr": "xxx"
},
"data_retention": "xxx",
"aws_partitions": [
"xxx"
]
}
}
How can we avoid having this error popping up on Viewer or Editor users?
Regards,
Douglas