Skip to content

Commit b7563c5

Browse files
Update on review
1 parent 692e848 commit b7563c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/operator-guide-aws-marketplace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ This applies only to Private Operators starting from Q2 2024.
361361
| Error Code | Issue | Steps to Resolve |
362362
| :--- | :--- | :--- |
363363
| AW01 | MissingInstanceProfile | Attach an IAM instance profile to the EC2 instance with the required permissions. The UID2 Operator needs these permissions to access configurations from AWS Secrets Manager. |
364-
| AW02 | ConfigNotFound | Take the following steps:<br/>- Make sure that the secret referenced by the Private Operator exists in AWS Secrets Manager in the same region as the operator.<br/>- Verify that the IAM instance profile has permission to access the secret.<br/>You can check the logs for the specific secret name and region. |
364+
| AW02 | ConfigNotFound | Make sure that the secret referenced by the Private Operator exists in AWS Secrets Manager in the same region as the operator, and that the IAM instance profile has permission to access the secret. If needed, you can check the logs for the specific secret name and region. |
365365
| AW03 | MissingConfig | Required attributes are missing in the configuration. Refer to the logs for details and update the missing attributes in Secrets Manager. |
366366
| AW04 | InvalidConfigValue | A configuration value is invalid. Verify that the configuration values in the AWS Secrets Manager align with the required format and environment. Note `debug = true` is allowed only in the `integ` environment. Check the logs for mode details. |
367367
| AW05 | InvalidOperatorKey | Ensure the operator key is correct for the environment and matches the one provided to you. |

0 commit comments

Comments
 (0)