codecentric/aws-codepipelines-dashboard

Nothing shows up

ryanpagel opened this issue · 4 comments

The dashboard doesn't show any of my CodePipelines in the UI. I'm using the 'docker run...' command and it starts up fine but just doesn't show anything. My credentials have the CodePipeline full access policy. Any thoughts?

image

Why am I (still) on this repo? ;-)

Why am I (still) on this repo? ;-)

Not sure, you're not a member of the codecentric organization anymore and you're not part of the collaborators auf this repository. Maybe you are watching the repo?

Looking at the code I think this dashboard defaults to the eu-central-1 region. When I put a pipeline up in this region, it showed up for me:

https://github.com/codecentric/aws-codepipelines-dashboard/blob/master/src/main/java/de/codecentric/App.java

Could we make the region a dropdown on the UI? Or default to the credentials in the .aws directory? Either works...

Looking forward to using this!

The code has the region hardcoded to Regions.EU_CENTRAL_1