Accelerate the Value of Data

Store secrets in Secret Manager (GCP)

Learn how to store secrets in the Secret Manager.

To store the Google Cloud Platform (GCP) secret Auth Method keys in Secret Manager, you need to grant access the Reltio DPH user access to the Google Cloud Storage (GCS).
  1. Grant the Reltio DPH user access to Google Cloud Storage (GCS).
    1. In the gcloud CLI, run
      gsutil defacl ch -u \
          <DPH Service account>:OWNER \
          gs://<Bucket name>
  2. Using the Store Secrets API, store the Google Cloud Platform (GCP) Auth Method keys in Secret Manager.
    1. Save your private key and client email in this format, in the Secret Manager.
      "GCP": {
          "reltio.datapipelinehub.adapters.snowflake.gcp.privateKey": <Private Key>",
          "reltio.datapipelinehub.adapters.snowflake.gcp.clientEmail": "<Client Email>"
        }
      
See topic Configure the Reltio Data Pipeline for Snowflake for GCP, for more information.