Stuart Williams
Stuart Williams
Further testing: I don't understand this error: ```GET /login: "HTTPError(u'401 Client Error: Unauthorized for url: http://localhost/login',)"``` The others seem to be timing related, so I'm currently dismissing those - pending...
@macedemo That error also occurs when I run the load-test container - without any manual GUI interaction, which is why I don't understand it. I'd expect Locust to account for...
For future reference: if anyone runs into this issue, please check that all of the containers/services are up and running. The `user-sim` container can start before the other services are...
@vlal ideally needs someone to test it, but definitely needs the doc PR feedback from @etiennetremel addressing.
This would be really useful.
This file has them as a parameter: https://github.com/weaveworks/integrations/blob/master/aws/ecs/cloudformation.json#L127
We can update the defaults of course...
I ran into the same problem. I experimented with the following: ``` let mut value = serde_yaml::from_str::(&config).unwrap(); value.apply_merge().unwrap(); let output = serde_yaml::from_value::(value).unwrap(); ``` This works locally for me, but doesn't...
Updated images are needed to reflect changes to the Scope UI