turbot / steampipe-mod-aws-compliance

Run individual controls or full compliance benchmarks for CIS, PCI, NIST, HIPAA and more across all of your AWS accounts using Powerpipe and Steampipe.
https://hub.steampipe.io/mods/turbot/aws_compliance
Apache License 2.0
369 stars 59 forks source link

Steampipe 0.15 Dashboards no longer working #425

Closed rkiller closed 2 years ago

rkiller commented 2 years ago

Describe the bug Installed steampipe a few days ago and everything worked, but then upgraded to 0.15 and suddenly the dashboards stopped working. CLI works fine.

Steampipe version (steampipe -v) v0.15.0

Screen Shot 2022-06-24 at 2 03 54 PM

judell commented 2 years ago

Hey @rkiller, sorry for the glitch. Questions:

rkiller commented 2 years ago

Sorry @judell ... I'm new to this :)

dashboard aws v0.66.0

All the dashboards in this mod are not working for me. I've reinstalled etc etc but they're not working.

judell commented 2 years ago

True for other mods as well?

Anything to see if you run STEAMPIPE_LOG_LEVEL=trace steampipe dashboard and then check ~/.steampipe/logs?

rkiller commented 2 years ago

I only have the AWS mod installed. Not sure what to look for in the logs, but nothing seems to stand out...

rkiller commented 2 years ago

Just installed steampipe-mod-aws-perimeter and having the same issue

judell commented 2 years ago

OK. Let's see if @MichaelBurgess can suss out what's happening from your JS console errors. Meanwhile would you mind trying a mod based on a different plugin, e.g. https://hub.steampipe.io/mods/turbot/net_insights?

rkiller commented 2 years ago

Thanks @judell ... installing net mod has the same issue(s). Screen Shot 2022-06-24 at 3 06 43 PM

judell commented 2 years ago

I assume you've tried the universal solution to everything?

image

rkiller commented 2 years ago

:)))))))) Yes... this problem already occurred yesterday. I've turned 'it' off and on several times already...

MichaelBurgess commented 2 years ago

@rkiller sorry to hear you’re having this issue.

I believe you’ve got the old UI assets in the browser still. Your browser is caching the index.html and isn’t pulling them in.

Please can you try a hard refresh (can’t tell from the screenshot why browser you’re using, but in Chrome I believe it’s Ctrl-F5).

Let me know if that solves it for you and meanwhile I’ll see what I can do to fix the underlying issue.

MichaelBurgess commented 2 years ago

Sorry, hit the close button by mistake on my phone then!

rkiller commented 2 years ago

Of course that was it and so simple. Thanks so much @MichaelBurgess !

judell commented 2 years ago

Another variant of "turn it off and on again" !