Skip to content

Commit

Permalink
Revert changes to CiIsolation
Browse files Browse the repository at this point in the history
  • Loading branch information
tkilias committed Aug 21, 2023
1 parent 9dd6bdf commit 50cf5cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public static void main(final String[] args) {
policyReader.readPolicyFromResources("s3-access.json"),
policyReader.readPolicyFromResources("sagemaker-access.json")).build();
new CiUserStack(app, props);
new SageMakerRoleStack(app, "protected-exasol-sagemaker-extension-role-stack", props);
app.synth();
}
}
1 change: 0 additions & 1 deletion ci-isolation/src/main/resources/sagemaker-access.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
"fsx:DescribeFileSystems",
"groundtruthlabeling:*",
"iam:ListRoles",
"iam:GetRole",
"kms:DescribeKey",
"kms:ListAliases",
"lambda:ListFunctions",
Expand Down

0 comments on commit 50cf5cb

Please sign in to comment.