File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
_partials/eks-pod-identity Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,31 @@ partial_name: eks-pod-identity-prerequisites
5151 - The [ required IAM policies] ( /clusters/public-cloud/aws/required-iam-policies/ ) must be assigned to the IAM role created for Palette (for
5252 example, ` SpectroCloudRole ` ).
5353
54+ - In addition to the required IAM policies, the following policies must also be assigned to the IAM role created for
55+ Palette.
56+
57+ ``` json
58+ {
59+ "Version" : " 2012-10-17" ,
60+ "Statement" : [
61+ {
62+ "Effect" : " Allow" ,
63+ "Action" : [
64+ " eks:ListPodIdentityAssociations" ,
65+ " eks:CreatePodIdentityAssociation" ,
66+ " eks:DeletePodIdentityAssociation"
67+ ],
68+ "Resource" : " *"
69+ },
70+ {
71+ "Effect" : " Allow" ,
72+ "Action" : [" iam:PassRole" ],
73+ "Resource" : " *"
74+ }
75+ ]
76+ }
77+ ```
78+
5479 - The following policies must be assigned to the IAM role created for the Palette Hubble service (for example,
5580 ` SpectroCloudHubbleRole ` ).
5681
You can’t perform that action at this time.
0 commit comments