aws-codepipelines-dashboard icon indicating copy to clipboard operation
aws-codepipelines-dashboard copied to clipboard

Nothing shows up

Open ryanpagel opened this issue 7 years ago • 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

ryanpagel avatar Apr 03 '18 19:04 ryanpagel

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

hseeberger avatar Apr 03 '18 19:04 hseeberger

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?

britter avatar Apr 04 '18 07:04 britter

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!

andrewryan1906 avatar Apr 25 '18 18:04 andrewryan1906

The code has the region hardcoded to Regions.EU_CENTRAL_1

pzimmermann avatar May 03 '18 22:05 pzimmermann