Uploaded image for project: 'Red Hat 3scale API Management'
  1. Red Hat 3scale API Management
  2. THREESCALE-2774

Installation via operator fails with S3 storage

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • None
    • 2.5 GA
    • 3scale Operator
    • None
    • Not Started
    • Not Started
    • Not Started
    • Not Started
    • Not Started
    • Not Started
    • Hide

      Follow usual installation process for the operator.
      Add S3 related details to your CR .spec field, e.g:

      system:
          fileStorage: 
            amazonSimpleStorageService:
              awsBucket: YOUR-BUCKET-NAME
              awsRegion: YOUR-AWS-REGION
              fileUploadStorage: "3scale-system-storage (just my guess, this value isn't well documented)"
              awsCredentialsSecret: 
                name: "YOUR_S3_SECRET"
      
      Show
      Follow usual installation process for the operator. Add S3 related details to your CR .spec field, e.g: system: fileStorage: amazonSimpleStorageService: awsBucket: YOUR-BUCKET-NAME awsRegion: YOUR-AWS-REGION fileUploadStorage: "3scale-system-storage (just my guess, this value isn't well documented)" awsCredentialsSecret: name: "YOUR_S3_SECRET"

    Description

      Pre-hook pod(system-app-1-hook-pre) for system-app fails with following error:

      No valid API key has been set, notifications will not be sent
      rake aborted!
      Psych::BadAlias: Unknown alias: 3scale-system-storage
      ...
      

      I realized this error is referencing my value for .spec.system.fileStorage.amazonSimpleStorageService.fileUploadStorage
      Unfortunately API docs did not provide enough information about this field.

      Attachments

        Activity

          People

            Unassigned Unassigned
            omatskiv@redhat.com Oleg Matskiv (Inactive)
            Miguel Soriano Miguel Soriano
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: