Security in Enterprise Manager
Overview of security best practices within Enterprise Manager, including securing the UI, managing audit logs, and enforcing strict access controls.
SSL/TLS Certificate Management
1
2
MEMA_TLS_CERTPATH=/certs/my-host.crt
MEMA_TLS_KEYPATH=/certs/my-host.key3
docker compose up -dEnabling the Audit Log
1
cd enterprise-manager/2
nano .env3
MEMA_AUDIT_API=falseMEMA_AUDIT_API=true4
5
docker compose up -dConfiguring Secure Connections
Agent to Enterprise Manager Connections
mema-agent setup --endpoint=https://<MEM_Address> ...Enterprise Manager to Monitored Databases

Last updated
Was this helpful?

