From c13f5d9941782e502d48694c68cf764e8d69c83f Mon Sep 17 00:00:00 2001 From: Torsten Kilias Date: Thu, 17 Aug 2023 08:48:00 +0200 Subject: [PATCH] Add "iam:GetRole" to cdk definition --- ci-isolation/src/main/resources/sagemaker-access.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci-isolation/src/main/resources/sagemaker-access.json b/ci-isolation/src/main/resources/sagemaker-access.json index d95a75a2..88e9b79f 100644 --- a/ci-isolation/src/main/resources/sagemaker-access.json +++ b/ci-isolation/src/main/resources/sagemaker-access.json @@ -277,7 +277,8 @@ { "Effect": "Allow", "Action": [ - "iam:PassRole" + "iam:PassRole", + "iam:GetRole" ], "Resource": [ "arn:aws:iam::*:role/*",