IntelliJ IDEA 2017.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 new 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.

ItemDescription
NameThe name of the CloudBees configuration.
DomainYour CloudBees domain.
Username (email) The username for your CloudBees account (e.g. your email address).
Password The password for your CloudBees user account.

Cloud Foundry

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

ItemDescription
NameThe name of the Cloud Foundry configuration.
VersionThe 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) Your username for your Cloud Foundry instance (e.g. your email address).
PasswordYour 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 certificatesFor version 2 (V2): Select this checkbox for self-signed cloud authentication certificates to be trusted. Otherwise, the self-signed certificates are rejected.
OrganizationFor version 2 (V2): The target organization (for deploying your applications).
SpaceFor version 2 (V2): The target space (within the organization).
Cloud instanceFor 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.
PortFor a Cloud Foundry VCAP instance (Local (vcap.me)): The http port (80 by default).
DomainFor 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.

ItemDescription
NameThe name of the Google App Engine configuration.
Use passwordless login via OAuth2Select this option to use the OAuth 2.0 authentication.
Login with email and passwordSelect this option to log in to the cloud using your email and password.
EmailYour Google email address.
Password Your password.
Remember passwordSelect 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.

ItemDescription
NameThe name of the Heroku configuration.
Username (email) The username for your Heroku account (e.g. your email address).
Password The password for your Heroku user account.
Upload Public SSH KeyTo 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.

ItemDescription
NameThe name of the OpenShift configuration.
Server (API URL)One of the following:
  • OpenShift (openshift.redhat.com) for OpenShift Online, the hosted PaaS service in the public cloud.
  • OpenShift Origin (broker.openshift.local) for OpenShift installed on your local computer or on your company network.
DomainYour OpenShift domain.
Upload Public SSH KeyTo 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.

Toolbar

Use new to create configurations and delete to delete them.

Last modified: 6 March 2018

See Also