Skip to content

intfish123/auth-by-env

Repository files navigation

auth-by-env

Build Version Downloads

Get user and password from environment variables, then connecting Datasource.

Getting Start

Step 1: Config your environment variables

Examples:

echo "export DB_USERNAME=your-username" >> ~/.zshrc
echo "export DB_PASSWORD=your-password" >> ~/.zshrc

Step 2: Install this plugin and config datasource

switch Authentication: to Auth By Env

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "auth-by-env" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...