Skip to content

IntelliJ IDEA allows you to configure the Vault Toolbox plugin for your unique needs. To view or edit plugin settings, navigate to Settings > Tools > Vault Toolbox. After configuring settings, click Apply to save them.

IntelliJ Plugin SettingsIntelliJ Plugin Settings

Select the option Auto Connect to Vault to enable Vault Toolbox to automatically connect to Vault when you open the project. This skips the typical authentication process.

There may be times where a user is unable to authenticate to Vault using Vault Toolbox, such as during a Vault upgrade. Set a value for the Connection Timeout to define how long Vault Toolbox should attempt to connect to the server. If Vault Toolbox does not successfully establish a connection within this specified duration, it aborts the login attempt and returns a timeout error. By default, the connection timeout is 15 seconds.

Vault Toolbox uses the open-source Vault API Library (VAPIL) and requires public HTTPS certificates as a default. To use Vault Toolbox with a personal virtual machine (PVM), you must enable Allow All Certificates.

You can save time by setting default values for authentication parameters and have them be used for further projects that you create. The following default settings are available:

  • Default Vault DNS: The default Vault DNS to use for new projects.
  • Default Authentication Type: The default authentication method: Basic or Session.
  • Default Username: The default username to use for new projects.

You manage your saved login credentials for Vault Toolbox directly from the settings page.

To create a new saved credential:

  1. Click Add.
  2. In the dialog, populate the Label and the neccessary basic or session login credentials.
  3. Optional: Select Set as default credential.
  4. Click Add.

To edit an existing saved credential:

  1. Select an existing saved credential.
  2. Click Edit.
  3. Edit the Label and any neccessary basic or session login credentials.
  4. Optional: Select Set as default credential.
  5. Click Save.

To remove an existing saved credential, select an existing credential, then click Remove.

Setting a Saved Credential as Default

Section link for Setting a Saved Credential as Default

To set an existing saved credential as the default login credentials, select an existing credential, then click Set as Default.

Provide a value for CSV Max Rows to define the maximum number of rows for the File Viewer to display when analyzing developer logs. By default, the File Viewer displays the first 100 rows of a CSV file.