Use the following steps to set up a Google Cloud Storage (GCS) bucket and service account credentials to integrate with your Blink Runner. This allows you to manage file storage securely within your own GCP environment, ensuring greater control and flexibility for workflow execution.
1
Login to the Google Cloud Platform
Login in to Google Cloud Platform, navigate to google cloud storage and click create bucket.
2
Enter Bucket Details
Provide a name for your bucket and then click the “Continue” button
3
Create a Key for a Service Account
Go to Settings, open the “Interoperability” tab, and click Create Key for Another Service Account at the bottom.
If using an existing service account, click “Create Key”.
If creating a new service account:
Enter a service account name, optionally provide a description, and review the auto-generated Service Account ID and email. Once done, click Create and Continue to proceed.
4
Save the Access Key and Secret key
An Access key and Service key will be generated. Store the Access key and Secret key in a safe place. This is your only chance to view and save the secret access key.
5
Deploy the Blink Runner Using the GCP Object Storage Credentials
After creating an Access key and Secret key, use them to deploy the Blink Runner. Follow the instructions below for Kubernetes or Docker deployment: