Michael Rose
Michael Rose
Sorry to hear that. Is there a timeline for Asgard 2.0? Until then, we'll just be maintaining a fork, but I imagine these changes would be helpful for other organizations...
Sure: `curl -XPOST https://asgard.company.com/us-east-1/cluster/createNextGroup --data "name=my-asg-cluster&userMetaData.CLOUD_REVISION=33&selectedLoadBalancersForVpcId=myELB&min=3&max=9&checkHealth=1"` Where any property after `userMetaData.` is then pushed into our environmental variables by a custom `AdvancedUserDataProvider`. Without this, the above metadata does nothing. _Note_:...
I have considered it. I haven't submitted my request, but I may soon.
I find myself in need of extensions for the reason mentioned above. :) I'm working on a Rust port of https://github.com/Xorlev/grpc-jersey using tonic and tower-web, but I'll need to parse...
In the Java version of protos, extension registries are declared during deserialization, and those fields are eagerly extracted out. If an extension isn't recognized, it goes to unknown fields. This...
@CoreyBehrends Sorry to hear you're having issues, I'm happy to help you resolve it. Could you tell me a little bit about how you're registering your service instances in Zookeeper?
Gatekeeper currently does not have 90% test coverage. The release notes were admitting omission. Given that this is starting to get used outside our environment I'll commit some extra tests...
I don't currently have a Docker build, but if you'd like to contribute one I'd gladly accept it.