SSL / TLS
For PostgreSQL, MySQL, MongoDB, and Redis, enable SSL and pick a mode:| Mode | Meaning |
|---|---|
disable | No TLS |
prefer | Use TLS if the server offers it |
require | TLS required, certificate not verified |
verify-ca | TLS and verify the server certificate against a CA |
verify-full | verify-ca and verify the hostname |
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.