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 to the databases.

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 connections to databases:

  1. Set type to Direct.

  2. Configure the direct settings.

Last updated