OWASP / www--site-theme

Contains owasp site theme specific items (headers, footers, json, menus)
9 stars 26 forks source link

chapter_events.html include is broken? #71

Closed kingthorin closed 4 years ago

kingthorin commented 4 years ago

So OWASP seems to have this component that is recommend for chapter use to include their Meetup details. Which is indeed used by a few chapters and others are looking into it (per Slack discussions). However it seems that the infrastructure that facilitates the functionality is down or broken. Specifically the include leverages, for example: https://owaspadmin.azurewebsites.net/api/GetMeetupEvents?code=7OIbdfrvam1q5dbaZyN5JTZodrtWRHtnzBTtRB8ed1HT2Stax0iLNw==&group=OWASP-Uruguay-Chapter

Which if accessed directly produces: image

When accessed as part of a chapter page on which it's used: image

Per: https://github.com/search?q=chapter_events.html+filename%3Aindex.md this is used by 3 chapters, and the template repo. Plus at least one other chapter has asked about it on the Global slack.

Components such as this piece which is hosted in azure should likely have some sort of up/down or operational monitoring and alerting in place.

hblankenship commented 4 years ago

I have this fixed. I agree about the monitoring. We have some monitoring on other resources and even some within the azure resources but they need a better implementation. I'll put that on the list.

kingthorin commented 4 years ago

Thanks @hblankenship

martinmarsicano commented 4 years ago

Now it's working fine, thank you @kingthorin and @hblankenship .