-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix when migrating from Manually Created Pivot Role to Auto Create Pivot Role #948
Fix when migrating from Manually Created Pivot Role to Auto Create Pivot Role #948
Conversation
Changes from Open Source
Merged From Open source
…d alb frontend changes as per custom auth
…naming conventiosn and added guardrails
backend/dataall/modules/datasets/cdk/env_role_dataset_s3_policy.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updating code to add imported section after checking if datasets are present
backend/dataall/modules/datasets/cdk/env_role_dataset_s3_policy.py
Outdated
Show resolved
Hide resolved
Testing in AWS. I took an existing environment with multiple datasets (some imported KMS keys) in a deployment using manual pivot role ---> updated the code with this PR and changed to auto created pivot role in the cdk.json to really re-create the fix.
Looks great, approving! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reviewed and tested
Feature or Bugfix
Detail
Testing
Relates
Security
Please answer the questions below briefly where applicable, or write
N/A
. Based onOWASP 10.
fetching data from storage outside the application (e.g. a database, an S3 bucket)? N/A
eval
or similar functions are used?By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.