SSL / TLS
For PostgreSQL, MySQL, MongoDB, and Redis, enable SSL and pick a mode:
You can supply a custom CA certificate, and where supported a client certificate and key for mutual TLS.
SSH tunnel
Reach a database that is only accessible through a bastion or jump host. Provide the SSH host, port, and user, plus either a password or a private key. FlexTable opens the tunnel and connects through it. Available for the host/port engines and MongoDB.AWS RDS IAM authentication
For PostgreSQL and MySQL on Amazon RDS, authenticate with IAM instead of a static password. Provide the AWS region and credentials (an access key and secret, or a named profile). FlexTable generates the short-lived auth token for each connection.Store credentials and keys securely; see Security and privacy.