Skip to content

Commit 021a6f2

Browse files
authored
Replace usage of recommended policies with example policies (#2147)
Issue #, if available: Description of changes: By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent ba6f01d commit 021a6f2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/content/docs/user-docs/irsa.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,12 @@ ACK_CONTROLLER_IAM_ROLE_ARN=$(aws iam get-role --role-name=$ACK_CONTROLLER_IAM_R
114114

115115
### Attach IAM policy to the IAM role
116116

117-
{{% hint type="info" title="Note" %}}
118-
The command below will attach the ACK recommended policy to the IAM role. If you
119-
wish to use any other permissions, change `IAM_POLICY_ARN` variable
117+
{{% hint type="warning" title="Note" %}}
118+
ACK provides some example IAM policies that you can use for quick installation and testing purposes. If you
119+
wish to use any other permissions, change `IAM_POLICY_ARN` variable.
120+
For production environments, it is highly recommended that users craft their own IAM policies, narrowed down to grant
121+
only the necessary permissions required for their specific use case. The example policies provided are broad and should
122+
not be used in production environments without careful review and modification.
120123
{{% /hint %}}
121124

122125
```bash

0 commit comments

Comments
 (0)