From 513a0de1b819b4a8e525172a158ea7b029ecd73e Mon Sep 17 00:00:00 2001 From: Leah Tucker <57272433+tucktuck9@users.noreply.github.com> Date: Thu, 12 Jun 2025 11:28:50 -0600 Subject: [PATCH] Tiny tweak in example Remove comma in example --- .../manage-access/aws-access/pod-id-assign-target-role.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/latest/ug/manage-access/aws-access/pod-id-assign-target-role.adoc b/latest/ug/manage-access/aws-access/pod-id-assign-target-role.adoc index 7f55e41d..6fdc0496 100644 --- a/latest/ug/manage-access/aws-access/pod-id-assign-target-role.adoc +++ b/latest/ug/manage-access/aws-access/pod-id-assign-target-role.adoc @@ -57,7 +57,7 @@ In this step, you will establish a secure trust chain by creating and configurin "Principal": { "AWS": "arn:aws:iam::111122223333:role/eks-pod-identity-primary-role" }, - "Action": "sts:AssumeRole", + "Action": "sts:AssumeRole" }, { "Effect": "Allow", @@ -149,4 +149,4 @@ At times, you might need to give a third party access to your {aws} resources (d } ] } ----- \ No newline at end of file +----