1

Disallow PMA access for specific database users

  • Live

Avatar
Michel Bardelmeijer

We want to disable phpMyAdmin access to specific database users as most of our database connections happen in the cluster itself, with no external access needed.

The preferred way would have a boolean on the cluster API's `database-users` layer.

A

Activity Newest / Oldest

Avatar

William Edwards

Status changed to: Live

Avatar

William Edwards

The attribute `phpmyadmin_firewall_groups_ids` has been added to database users.

It is a nullable list of firewall groups. When no firewall groups are allowed, i.e. an empty list, phpMyAdmin access is fully disabled.


Avatar

William Edwards

Would you like to also IP restrict phpMyAdmin?


Avatar

Michel Bardelmeijer

That would be good to have as well. I can separate that into a specific feature request if you want.


Avatar

William Edwards

Yes, please do.