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:
Set
type
toSshBastion
.Configure the
bastion
settings.
To use direct connections to databases:
Set
type
toDirect
.Configure the
direct
settings.
Last updated