LogoLogo
Release notesAPI docsDocs homeEphemeral CloudTonic.ai
  • Tonic Ephemeral guide
  • About Tonic Ephemeral
  • Getting started with the Ephemeral free trial
  • Managing your Ephemeral account
  • Managing Databases
    • Viewing the list of databases
    • Starting a database
    • Changing the database configuration
    • Database configuration settings
      • Setting the required resources for a database
      • Setting the database expiration
      • Providing a custom configuration file
    • Connecting to a database
    • Resetting a database
    • Deactivating and reactivating databases
    • Managing auto snapshots
    • Tracking database activity
    • Deleting a database
  • Managing user snapshots
    • About user snapshots
    • Viewing the user snapshot list
    • Creating a user snapshot from an Ephemeral database
    • Creating a user snapshot from imported data
    • Editing a user snapshot
    • Creating a database from a user snapshot
    • Deleting a user snapshot
  • Installing and configuring Ephemeral
    • Ephemeral architecture
    • Configuring an allowlist for Ephemeral Cloud database connections
    • Installing a self-hosted instance of Ephemeral
      • System requirements
      • Deploying Ephemeral with Helm
    • Configuring database access on a self-hosted instance
    • Configuring tolerations and node selectors
    • Managing access to Ephemeral
      • Managing Ephemeral users
      • Enabling SSO on a self-hosted instance
        • Google
        • Okta
    • Setting the registry location for data volumes
    • Managing custom images
      • Creating, editing, and deleting custom images
      • Oracle image configuration
    • Configuring automatic deletion of snapshots
  • Monitoring and data collection
    • Monitoring your Ephemeral billed usage
    • Monitoring your disk storage
    • Data that Tonic.ai collects
  • Using the Ephemeral API
    • About the Ephemeral API
    • Configuring Ephemeral
    • Getting information about Ephemeral databases
    • Starting a database
    • Managing databases
    • Managing snapshots
Powered by GitBook
On this page
  • Uploading a user image
  • Changing your Ephemeral password
  • Managing your API tokens
  • Creating an API token
  • Removing an API token
  • Managing SSH tokens (for connections to older databases)
  • Adding an SSH token
  • Removing an SSH token

Was this helpful?

Export as PDF

Managing your Ephemeral account

PreviousGetting started with the Ephemeral free trialNextViewing the list of databases

Last updated 2 months ago

Was this helpful?

From the User Settings page, you can:

  • Upload an image to use to represent your account.

  • Change your Ephemeral password.

  • Manage your API tokens, used to make calls to the Ephemeral API.

  • Manage your SSH tokens, used to connect to an Ephemeral database.

To display the User Settings page:

  1. Click your user image at the top right of Ephemeral.

  2. In the menu, click User Settings.

Uploading a user image

To change the user image that is displayed at the top right of Ephemeral.

  1. Click Upload.

  2. Search for and select the image to use.

Changing your Ephemeral password

To change your Ephemeral password:

  1. In the Current password field, type your current Ephemeral password.

  2. In the New password field, type the new password that you want to use.

  3. In the Repeat new password field, type the new password again.

  4. Click Confirm.

Managing your API tokens

To make calls to the Ephemeral API, you must have an API token. From the User Settings page, you can create and revoke API tokens.

Creating an API token

To create an API token:

  1. Under User API Token, click Create Token.

  2. On the token creation panel, in the Name field, type a name for the token.

  3. Click Create API Key.

  4. On the confirmation panel, to copy the key to the clipboard, click Copy to Clipboard.

Removing an API token

To remove an API token from the list:

  1. Click the Delete option for the token.

  2. On the confirmation panel, click Delete.

Managing SSH tokens (for connections to older databases)

Ephemeral Cloud databases that were created before version 064 are protected behind an SSH bastion. For these databases, the connection details for each database include both the database connection and the bastion connection.

When you connect to an Ephemeral database, you provide the private key to connect to the bastion. Your Ephemeral account must have a corresponding public key associated with it.

From the User Settings page, you can add and remove the public key values.

Adding an SSH token

To add an SSH public key to your account:

  1. Under SSH Token, click Add SSH Token.

  2. In the Name field, type a name to assign to the token.

  3. In the Key field, paste the public key value.

  4. Click Add SSH Key.

Removing an SSH token

To remove an SSH public key from the list:

  1. Click the Delete option for the token.

  2. On the confirmation panel, click Delete.

User Settings page