BCDevOps / platform-services

Collection of platform related tools and configurations
Apache License 2.0
13 stars 29 forks source link

Default Dashboard Failing in SysdigTeams Operator #744

Open stewartshea opened 3 years ago

stewartshea commented 3 years ago

Creating a new sysdigteam is failing at the step of adding the default dashboard;

TASK [monitoring : Set Team CPU and Memory Resource Dashboard] *****************
task path: /opt/ansible/roles/monitoring/tasks/set_default_dashboard.yml:46
fatal: [localhost]: FAILED! => {"cache_control": "no-cache, no-store, max-age=0, must-revalidate", "changed": false, "connection": "close", "content": "{\"errors\":[{\"reason\":\"system.error\",\"message\":\"Sorry, there was a problem handling your request. If this error persists, please contact Sysdig support with the trace ID: (3958b7888470d36a).\",\"traceId\":\"3958b7888470d36a\"}]}", "content_type": "application/json;charset=utf-8", "date": "Fri, 05 Feb 2021 18:16:03 GMT", "elapsed": 0, "expires": "0", "json": {"errors": [{"message": "Sorry, there was a problem handling your request. If this error persists, please contact Sysdig support with the trace ID: (3958b7888470d36a).", "reason": "system.error", "traceId": "3958b7888470d36a"}]}, "msg": "Status code was 500 and not [201]: HTTP Error 500: Server Error", "pragma": "no-cache", "redirected": false, "set_cookie": "INGRESSCOOKIEAPI=31631574eb4c54ad; path=/; HttpOnly", "status": 500, "strict_transport_security": "max-age=15768000", "transfer_encoding": "chunked", "url": "https://app.sysdigcloud.com/api/v3/dashboards/", "vary": "Access-Control-Request-Headers", "via": "1.1 61bc723adb3b1884ed759711e84e13a9.cloudfront.net (CloudFront)", "x_amz_cf_id": "dSCUP0zPyDxChSe3tb9y6xWZeckrY0M3fRvHSY46EsA8hfmIdTbbZg==", "x_amz_cf_pop": "SEA19-C2", "x_cache": "Error from cloudfront", "x_content_type_options": "nosniff", "x_frame_options": "DENY", "x_xss_protection": "1; mode=block"}

This appears to be a new issue and requires additional testing and investigation.