Skip to content

Backbase/google-blob-storage-connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

google-blob-storage-connector

Documentation

For a better understanding of how to configure and operate this project please refer to the following resources. If you need to understand how the component works under the hood, nothing beats having a peek at the code.

  1. Understanding google-blob-storage-connector
  2. Deployment configuration

Understanding google-blob-storage-connector

Build a contentservices connector to upload files to Google storage

Deployment Configuration

google-blob-storage-connector

Config google credentials and file size limit

  env:
    spring.servlet.multipart.max-file-size: 10MB
    spring.servlet.multipart.max-request-size: 10MB  
    GOOGLE_APPLICATION_CREDENTIALS: "/var/secrets/google/key.json"

  volumes:
    - name: apm-agent
      emptyDir: {}
    - name: gcp-ekyc-sa-creds
      secret:
      secretName: gcp-ekyc-sa-creds
    
  volumeMounts:
    - name: apm-agent
      mountPath: /tmp/apm-agent
    - name: gcp-ekyc-sa-creds
      mountPath: /var/secrets/google
      readOnly: true

contentservices

  env:
    contentservices.storage.connectors.gcpStorage.service: google-blob-storage-connector
    contentservices.storage.signedUrl.enabled: "true"
    contentservices.cron.retention.enabled: "true"

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages