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:
Set type
to SshBastion
.
Configure the bastion
settings.
To use direct connections to databases:
Set type
to Direct
.
Configure the direct
settings.