-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
0 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -350,23 +350,6 @@ The following table includes some additional commands that might help you manage | |
| Runs one iteration of `logrotate` manually, without changing the scheduled interval. | `sudo logrotate -f /etc/logrotate.conf --force` | | ||
| Reloads `syslog-ng`. | `sudo /usr/sbin/syslog-ng-ctl reload` | | ||
|
||
## UID2 Operator Error Codes | ||
|
||
The following table lists errors that might occur during a Private Operator's startup sequence. | ||
|
||
:::note | ||
Error codes for Private Operator startup issues apply only to versions released in Q2 2024 and later. | ||
::: | ||
|
||
| Error Code | Issue | Steps to Resolve | | ||
| :--- | :--- | :--- | | ||
| E01 | 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. | | ||
| E02 | 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. | | ||
| E03 | MissingConfig | Required attributes are missing in the configuration. Refer to the logs for details and update the missing attributes in Secrets Manager. | | ||
| E04 | 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 more details. | | ||
| E05 | InvalidOperatorKey | Ensure the operator key is correct for the environment and matches the one provided to you. | | ||
| E06 | UID2ServicesUnreachable | Allow UID2 core and opt-out service IP addresses in the egress firewall. For IP addresses and DNS details, refer to the logs. | | ||
|
||
## Technical Support | ||
|
||
If you have trouble subscribing to the product, or deploying, [contact us](mailto:[email protected]). |