asgard icon indicating copy to clipboard operation
asgard copied to clipboard

[Asgard is deprecated at Netflix. We use Spinnaker ( www.spinnaker.io ).] Web interface for application deployments and cloud management in Amazon Web Services (AWS). Binary download: http://github.co...

Results 101 asgard issues
Sort by recently updated
recently updated
newest added

Recording this for others who might run into it. There seems to be a bug somewhere such that if the secret key contains the '/' character invalid request signatures are...

Not sure if this is related to #460 or not, but when I go into: /application/list - shows 0 instances running even though the ASG has an instance running. (Should...

On _snapshot/list_ page it would be very handy to show whether the volume the snapshot was taken from still exists. It is easy to orphan snapshots as AMIs are deregistered...

I noticed the following in a recent jenkins console log: ``` :: problems summary :: :::: ERRORS grailsCentral: bad organisation found in http://grails.org/plugins/grails-CodeNarc/tags/RELEASE_0_19/CodeNarc-0.19.pom: expected='org.codenarc' found='org.grails.plugins' grailsCentral: bad module name found...

When creating a new autoscaling group through asgard, there is no way to enable the ASG EnabledMetrics [0] section. In addition, even when enabling it through an api call, and...

I have a test in place that demonstrates this and I could also start working on a fix but before doing this I would like to know if there is...

bug

In some cases, VPC security groups are displayed by name (ideal), and others, by security group ID (terse and confusing). Further, in situations where groups are displayed by name, there...

duplicate

To start asgard standalone and limit it to the loopback interface on port 9999: ``` java -Xmx1024M -XX:MaxPermSize=128m -jar target/asgard-standalone.jar "" localhost 9999 ``` Checking with netstat: ``` netstat -l...

bug

It's not immediately obvious that some functionality is dependent on Eureka (at a minimum)--for example, /applications/list will show 0 instances for applications if Eureka is not deployed and configured. Similar...

enhancement

At several places in Asgard there are hard coded assumptions about what environment variables are available (countries, dev phase, partners etc.). These variables make sense for Netflix, but not for...

enhancement