Configuring database access on a self-hosted instance

On a self-hosted instance of Ephemeral, you can configure how users can connect to Ephemeral databases.

You can require them to use an SSH tunnel, or you can enable direct access through DNS.

In the Helm chart, you use the settings in the database_access section to configure the database access. The Helm chart provides the configuration instructions.

To require SSH tunnels for database connections:

  1. Set type to SshBastion.

  2. Configure the bastion settings.

To use direct DNS connections to databases:

  1. Set type to Dns.

  2. Configure the dns settings.

Last updated