awslabs / aws-saas-boost

AWS SaaS Boost is a ready-to-use toolset that removes the complexity of successfully running SaaS workloads in the AWS cloud.
Apache License 2.0
961 stars 189 forks source link

Fix client-side uploading of tenant zipfile configuration. #426

Closed PoeppingT closed 1 year ago

PoeppingT commented 1 year ago

This commit contains two fixes for client-side uploading of tenant zipfile configuration to the SaaS Boost resources bucket:

  1. The Onboarding blob returned from createOnboarding returns the presigned URL as "zipFile", not "zipFileUrl"
  2. The SaaS Boost resources bucket needs to configure CORS access under https:// for the CloudFront admin distribution URL.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license