Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit 784d83e

Browse files
committed
release version 1.0.1
- Allow s3 domain name without region in the Content Security Policy for pre-signed url
1 parent b16c17b commit 784d83e

File tree

22 files changed

+94
-41
lines changed

22 files changed

+94
-41
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Change Log
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
56
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
67

78
## [1.0.0] - 2022-08-05
9+
810
### Added
11+
912
- All files, initial version
13+
14+
## [1.0.1] - 2022-08-25
15+
16+
### Added
17+
18+
- Allow s3 domain name without region in the Content Security Policy for pre-signed url

source/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "ada",
33
"title": "Automated Data Analytics on AWS",
44
"description": "Automated Data Analytics on AWS simplifies the management and analysis of data, providing an end-to-end platform used for ingesting, transforming, governing, and querying datasets through a standalone user interface",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"author": "Amazon Web Services",
77
"awsSolutionId": "SO0190",
8-
"awsSolutionVersion": "v1.0.0",
8+
"awsSolutionVersion": "v1.0.1",
99
"private": true,
1010
"license": "Apache-2.0",
1111
"engines": {

source/packages/@ada/api/spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ info:
44
of data, providing an end-to-end platform used for ingesting, transforming, governing,
55
and querying datasets through a standalone user interface
66
title: Automated Data Analytics on AWS API
7-
version: 1.0.0
7+
version: 1.0.1
88
servers:
99
- url: https://{apigId}.execute-api.{region}.amazonaws.com/{stage}
1010
variables:

source/packages/@ada/infra/src/nested-stacks/__snapshots__/cognito-auth-stack.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`stack snapshots 1`] = `
44
Object {
5-
"Description": "(SO0190-CognitoAuth) - Automated Data Analytics on AWS. Version v1.0.0",
5+
"Description": "(SO0190-CognitoAuth) - Automated Data Analytics on AWS. Version v1.0.1",
66
"Outputs": Object {
77
"AdaCognitoAuthUserPoolBD7CD0F7Arn": Object {
88
"Value": Object {

source/packages/@ada/infra/src/nested-stacks/__snapshots__/common-stack.test.ts.snap

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`stack snapshots 1`] = `
44
Object {
5-
"Description": "(SO0190-CommonStack) - Automated Data Analytics on AWS. Version v1.0.0",
5+
"Description": "(SO0190-CommonStack) - Automated Data Analytics on AWS. Version v1.0.1",
66
"Outputs": Object {
77
"AdaCommonStackAccessLogBucketB5B66FEDArn": Object {
88
"Value": Object {
@@ -33,6 +33,14 @@ Object {
3333
],
3434
},
3535
},
36+
"AdaCommonStackAthenaOutputBucketFB25B94DDomainName": Object {
37+
"Value": Object {
38+
"Fn::GetAtt": Array [
39+
"AthenaOutputBucket",
40+
"DomainName",
41+
],
42+
},
43+
},
3644
"AdaCommonStackAthenaOutputBucketFB25B94DRef": Object {
3745
"Value": Object {
3846
"Ref": "AthenaOutputBucket",

source/packages/@ada/infra/src/nested-stacks/__snapshots__/kms-stack.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`stack snapshots 1`] = `
44
Object {
5-
"Description": "(SO0190-KMSStack) - Automated Data Analytics on AWS. Version v1.0.0",
5+
"Description": "(SO0190-KMSStack) - Automated Data Analytics on AWS. Version v1.0.1",
66
"Outputs": Object {
77
"AdaKMSStackKeyBucketKeyAccessLogBucketD8C2B98FArn": Object {
88
"Value": Object {

source/packages/@ada/infra/src/nested-stacks/__snapshots__/static-website-stack.test.ts.snap

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`stack snapshots 1`] = `
44
Object {
5-
"Description": "(SO0190-Website) - Automated Data Analytics on AWS. Version v1.0.0",
5+
"Description": "(SO0190-Website) - Automated Data Analytics on AWS. Version v1.0.1",
66
"Outputs": Object {
77
"AdaWebsiteCloudfrontDistributionCFDistribution28056574DomainName": Object {
88
"Value": Object {
@@ -55,12 +55,18 @@ Object {
5555
"referencetoAdaCommonStackNestedStackCommonStackNestedStackResourceD51B693FOutputsAdaCommonStackAccessLogBucketB5B66FEDRegionalDomainName": Object {
5656
"Type": "String",
5757
},
58+
"referencetoAdaCommonStackNestedStackCommonStackNestedStackResourceD51B693FOutputsAdaCommonStackAthenaOutputBucketFB25B94DDomainName": Object {
59+
"Type": "String",
60+
},
5861
"referencetoAdaCommonStackNestedStackCommonStackNestedStackResourceD51B693FOutputsAdaCommonStackAthenaOutputBucketFB25B94DRef": Object {
5962
"Type": "String",
6063
},
6164
"referencetoAdaCommonStackNestedStackCommonStackNestedStackResourceD51B693FOutputsAdaCommonStackAthenaOutputBucketFB25B94DRegionalDomainName": Object {
6265
"Type": "String",
6366
},
67+
"referencetoAdaDataProductServiceNestedStackDataProductServiceNestedStackResourceA1CE38EDOutputsAdaDataProductServiceFileUploadBucket4C6FA9E4DomainName": Object {
68+
"Type": "String",
69+
},
6470
"referencetoAdaDataProductServiceNestedStackDataProductServiceNestedStackResourceA1CE38EDOutputsAdaDataProductServiceFileUploadBucket4C6FA9E4Ref": Object {
6571
"Type": "String",
6672
},
@@ -1016,6 +1022,10 @@ Object {
10161022
Object {
10171023
"Ref": "referencetoAdaDataProductServiceNestedStackDataProductServiceNestedStackResourceA1CE38EDOutputsAdaDataProductServiceFileUploadBucket4C6FA9E4RegionalDomainName",
10181024
},
1025+
" https://",
1026+
Object {
1027+
"Ref": "referencetoAdaDataProductServiceNestedStackDataProductServiceNestedStackResourceA1CE38EDOutputsAdaDataProductServiceFileUploadBucket4C6FA9E4DomainName",
1028+
},
10191029
" https://s3.ap-southeast-1.",
10201030
Object {
10211031
"Ref": "AWS::URLSuffix",
@@ -1028,6 +1038,10 @@ Object {
10281038
Object {
10291039
"Ref": "referencetoAdaCommonStackNestedStackCommonStackNestedStackResourceD51B693FOutputsAdaCommonStackAthenaOutputBucketFB25B94DRegionalDomainName",
10301040
},
1041+
" https://",
1042+
Object {
1043+
"Ref": "referencetoAdaCommonStackNestedStackCommonStackNestedStackResourceD51B693FOutputsAdaCommonStackAthenaOutputBucketFB25B94DDomainName",
1044+
},
10311045
"; style-src 'self' 'unsafe-inline'; img-src 'self' awsstatic.com; object-src 'self' awsstatic.com;\\";function handler(event){var response=event.response,headers=response.headers;return headers[\\"x-frame-options\\"]={value:\\"deny\\"},headers[\\"x-xss-protection\\"]={value:\\"1; mode=block\\"},headers[\\"x-content-type-options\\"]={value:\\"nosniff\\"},headers[\\"strict-transport-security\\"]={value:\\"max-age=47304000; includeSubDomains\\"},event.request.uri.match(/^\\\\/docs\\\\//)?headers[\\"content-security-policy\\"]={value:\\"default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src 'self'; font-src * 'self'; media-src 'self'\\"}:headers[\\"content-security-policy\\"]={value:CSP},response}",
10321046
],
10331047
],

source/packages/@ada/infra/src/services/administration/stack/__snapshots__/index.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`stack snapshots 1`] = `
44
Object {
5-
"Description": "(SO0190-AdministrationService) - Automated Data Analytics on AWS. Version v1.0.0",
5+
"Description": "(SO0190-AdministrationService) - Automated Data Analytics on AWS. Version v1.0.1",
66
"Outputs": Object {
77
"ApiAdministrationUrl93E5953E": Object {
88
"Value": Object {

source/packages/@ada/infra/src/services/api/stack/__snapshots__/index.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`stack snapshots 1`] = `
44
Object {
5-
"Description": "(SO0190-ApiService) - Automated Data Analytics on AWS. Version v1.0.0",
5+
"Description": "(SO0190-ApiService) - Automated Data Analytics on AWS. Version v1.0.1",
66
"Outputs": Object {
77
"AdaApiServiceFederatedApiAccessRequestTableC2AE5655Arn": Object {
88
"Value": Object {

source/packages/@ada/infra/src/services/data-product/stack/__snapshots__/api-stack.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`stack snapshots 1`] = `
44
Object {
5-
"Description": "(SO0190-ApiStack) - Automated Data Analytics on AWS. Version v1.0.0",
5+
"Description": "(SO0190-ApiStack) - Automated Data Analytics on AWS. Version v1.0.1",
66
"Outputs": Object {
77
"AdaDataProductServiceApiStackApiLambdaEventBridgeUpdateDataProductE054F2A1Arn": Object {
88
"Value": Object {

0 commit comments

Comments
 (0)