noqdev / iambic

IAMbic is Version-Control for IAM. It centralizes and simplifies cloud access and permissions. It maintains an eventually consistent, human-readable, bi-directional representation of IAM in Git.
https://iambic.org
Apache License 2.0
279 stars 26 forks source link

Error Reporting not responding #676

Open MaxMoon771 opened 2 months ago

MaxMoon771 commented 2 months ago

I was enabling error reporting to determine my issues and concerns on iambic import issues I am facing. And the https connection to error-reporting-prod.iambic.org/report_exception is notwortking or timing out.

To Reproduce Steps to reproduce the behavior:

  1. Enable Error Reporting in Config core: exception_reporting: enabled: true include_variables: false # Do not enable this feature unless you are certain that no sensitive information will be included in the report automatically_send_reports: true email_address: address

Error Message 2024/06/26 14:13:02 [error ] Unable to run exception reporting logic error=HTTPSConnectionPool(host='error-reporting-prod.iambic.org', port=443): Max retries exceeded with url: /report_exception (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f1c62292c40>: Failed to establish a new connection: [Errno -2] Name or service not known'))

Community Engagement Your vote counts! Please support this bug report by adding a 👍 reaction to the original issue, which will aid the community and maintainers in addressing this problem.

Please refrain from adding "+1" or "me too" comments, as these create unnecessary noise for issue followers and do not help in prioritizing the issue. If you wish to contribute to solving this issue or have submitted a pull request, please leave a comment.