You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am trying to host and share Data Docs on AWS S3. After checkpoint.run(), an index.html file on S3 was generated as expected. I followed the instruction to configure bucket policy as guided in Host and share Data Docs but when I opened the index.html from my bucket and clicked on any run record, it couldn't redirect to the detailed validation results page, it gave an Access Denied error. This problem is similar to an old issue Data Docs > S3 > Links to runs are access Denied but in a different version of GX.
To Reproduce
The data docs site configurations are as follows
By clicking index.html in S3 bucket, the Data Docs link will look like: https://bucket-name.s3.ap-southeast-1.amazonaws.com/data-docs/index.html?X-Amz-Algorithm=xxx&...
However, when I clicked the run record, those keys generated from AWS were not following resulting in an Access Denied. https://bucket-name.s3.ap-southeast-1.amazonaws.com/data-docs/expectations/my_suite.html
Expected behavior
Data Docs hosted on AWS S3 can be clicked to redirect to each page inside.
Environment (please complete the following information):
Operating System: MacOS
Great Expectations Version: 1.1.0
Data Source: Spark dataframe
Cloud environment: AWS
The text was updated successfully, but these errors were encountered:
marxaem
changed the title
Data Docs host on S3 cannot redirect to other page due to access denied
Data Docs host on S3 cannot redirect to other pages due to access denied
Dec 13, 2024
Describe the bug
I am trying to host and share Data Docs on AWS S3. After
checkpoint.run()
, an index.html file on S3 was generated as expected. I followed the instruction to configure bucket policy as guided in Host and share Data Docs but when I opened the index.html from my bucket and clicked on any run record, it couldn't redirect to the detailed validation results page, it gave an Access Denied error. This problem is similar to an old issue Data Docs > S3 > Links to runs are access Denied but in a different version of GX.To Reproduce
The data docs site configurations are as follows
By clicking index.html in S3 bucket, the Data Docs link will look like:
https://bucket-name.s3.ap-southeast-1.amazonaws.com/data-docs/index.html?X-Amz-Algorithm=xxx&...
However, when I clicked the run record, those keys generated from AWS were not following resulting in an Access Denied.
https://bucket-name.s3.ap-southeast-1.amazonaws.com/data-docs/expectations/my_suite.html
Expected behavior
Data Docs hosted on AWS S3 can be clicked to redirect to each page inside.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: