Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

Json File

The following settings are available when you have selected Use Json File as the Input Option in the GCP Profile.

Image RemovedImage Added

GCP Profile - Use Json File configuration

SettingDescription
Environment-Provided Service Account

When  is deployed in the GCP environment, such as in Compute Engine. You can enable this option to allow  to retrieve the Service Account credentials provided by the environment.

Input Option

Allows you to select the method for connecting to the GCP service. For Use JSON File, you need to create the GCP Service Account Key as a JSON file and download it into the Platform and EC servers.

Credentials File

The location of the GCP Service Account JSON file containing the credential keys.


Note
titleNote!

The JSON file option is not recommended for production deployments. It is meant to facilitate ease of testing of the GCP Profile by the workflow designer during development.

Form

The following settings are available when you have selected Form as the Input Option in the GCP Profile.

Image RemovedImage Added

GCP Profile - Form configuration

SettingDescription
Environment-Provided Service Account

When  is deployed in the GCP environment, such as in Compute Engine, you can enable this option to allow  to retrieve the Service Account credentials provided by the environment.

Import Credentials from FileClick this button to import credentials from a GCP Service Account JSON file containing the credential keys. The credentials will then be populated in the below mentioned fields.
Input OptionAllows you to select the method for connecting to the GCP service. For Form, the GCP Profile will take the role of the Service Account Key file. It will parse all the credentials in order to connect to the GCP service.
Project Id

The GCP Project Id that will host the GCP service that  will access.

Private Key IdThe Private Key Id to be used for the service account.
Private KeyThe full content of the private key.
Client EmailThe E-mail address given to the service account.
Client IdThe ID for the service account client.
Other InformationThe Auth URI, Token URI and info about the certs are to be added into this field.


...