IntelliJ IDEA 2018.3 Help

Clouds

File | Settings | Build, Execution, Deployment | Clouds for Windows and Linux
IntelliJ IDEA | Preferences | Build, Execution, Deployment | Clouds for macOS


Use this page to manage your cloud access configurations. Each configuration includes your cloud user account info and related settings.

To create a new configuration, click icons general add svg and select the cloud platform of interest. (By the time you start creating a cloud access configuration, you must already have the corresponding cloud user account. See Working with Cloud Platforms.)

CloudBees

Specify your CloudBees user account details and related settings. For additional information, see the CloudBees documentation.

Item

Description

Name

The name of the CloudBees configuration.

Domain

Your CloudBees domain.

Username (email)

The username for your CloudBees account (for example, your email address).

Password

The password for your CloudBees account.

Cloud Foundry

Specify your Cloud Foundry user account details and related settings. For additional information, see the Cloud Foundry documentation.

Item

Description

Name

The name of the Cloud Foundry configuration.

Version

The Cloud Foundry version that you are using (a.k.a. the Service Broker API version):
  • V1 for version 1.

  • V2 for version 2.

Username (email)

The username for your Cloud Foundry instance (for example, your email address).

Password

The password for your Cloud Foundry instance.

Provider (API URL)

The URL of the Cloud Controller in your Cloud Foundry instance (a.k.a. API endpoint or target URL).

Trust self-signed certificates

For version 2 (V2): Select this checkbox for self-signed cloud authentication certificates to be trusted. Otherwise, the self-signed certificates are rejected.

Organization

For version 2 (V2): The target organization (for deploying your applications).

Space

For version 2 (V2): The target space (within the organization).

Cloud instance

For version 1 (V1): One of the following:
  • Global for hosted Cloud Foundry.

  • Local (vcap.me) for a Cloud Foundry VCAP installation.

  • Micro - offline for Micro Cloud Foundry used in the offline mode.

Port

For a Cloud Foundry VCAP instance (Local (vcap.me)): The http port (80 by default).

Domain

For a Micro Cloud Foundry instance (Micro - offline): The domain name associated with your Micro Cloud Foundry instance.

Google App Engine

Specify your Google App Engine Cloud user account details and related settings. For additional information, see the Google App Engine Cloud documentation.

Item

Description

Name

The name of the Google App Engine configuration.

Use passwordless login via OAuth2

Select this option to use the OAuth 2.0 authentication.

Login with email and password

Select this option to log in to the cloud using your email and password.

Email

Your Google email address.

Password

Your password.

Remember password

Select this checkbox if you want IntelliJ IDEA to remember your password (e.g. to save it in the password database). See Passwords.

Heroku

Specify your Heroku user account details and related settings. For additional information, see the Heroku documentation.

Item

Description

Name

The name of the Heroku configuration.

Username (email)

The username for your Heroku account (for example, your email address).

Password

The password for your Heroku account.

API key

The API token is used for authenticating Heroku API requests.

Upload Public SSH Key

To be able to use the cloud, you should upload your public SSH key to it. (This isn't necessary if you did that earlier.)

Click the link, click browseButton in the Upload Public SSH Key dialog, and select your public SSH key file (.pub) in the dialog that opens.

OpenShift

Specify your OpenShift user account details and related settings. For additional information, see the OpenShift documentation.

Item

Description

Name

The name of the OpenShift configuration.

Server (API URL)

URL of the OpenShift server.

Authentication

Type of authentication. You can select to authenticate with a user name and password, or an API token.

Username (email)

The username for your OpenShift account (for example, your email address).

Password

The password for your OpenShift account.

Token

Your OpenShift authentication token.

Path to 'oc'

Path to the oc command (if it is not in your PATH environment variable).

Toolbar

Use icons general add svg to create configurations and icons general remove svg to delete them.

Last modified: 1 February 2019

See Also