How to connect to the Integrations Config Bucket using WinSCP
How to connect to the Integrations Config Bucket using WinSCP
Prerequisites:
- Have WinSCP installed on your computer
Steps:
-
Obtain Credentials: To gain access to the GCP bucket of the cloud project, you need the credentials of a service account. This can be requested through the Service Desk. Select 'Service Request' / ' ‘Request a new account’ and give the following information:
- the project id
- role (upload)
- environment indicator (e.g. production or staging)
Additionally, state the purpose of the service account ( = to be able to upload configurations for the integrations component), and provide the link to this documentation page to indicate your purpose.
Your service account will be formatted as follows (example):{project-id}-upload-{env indicator}-sa. If you are unsure what information to give - don't hesitate to contact your project support.
Once you've obtained the credential file, you can extract the Access Key ID and Secret Access Key. -
Open WinSCP:
- Launch the WinSCP application.
-
Create New Site:
- In the login dialog, select the "New site" option.
- Choose
S3as the file protocol. - Enter
storage.googleapis.comin the "Host name" field. - Enter the Access Key ID and Secret Access Key obtained in step 1.
-
Advanced Settings (Directory):
- Click on the "Advanced" button.
- Navigate to the "Directory" section.
- In the "Remote directory" field, enter:
{project id}-integration-service
-
Save and Connect:
- Click the "Save" button to save the site settings.
- Click the "Login" button to establish a connection to the config bucket.
Uploading a file is then just a matter of dragging your JSON file into the destination folder.