Lance Linder

Results 7 issues of Lance Linder

Something I've found incredibly useful for secret management is https://github.com/futuresimple/helm-secrets. The gist is its a wrapper + plugin for Helm that delegates secret enc/dec to https://github.com/mozilla/sops. In general I think...

Started running into this issue with recent AWS SDK. `There should be at least one DeleteMessageBatchRequestEntry in the request. (Service: AmazonSQS; Status Code: 400; Error Code: AWS.SimpleQueueService.EmptyBatchRequest at zipkin2.collector.sqs.SQSSpanProcessor.delete(SQSSpanProcessor.java:143) ~[zipkin-collector-sqs-0.21.0.jar:?]`...

I was hoping to use Liquibase with H2 for tests and adjust settings in just the test scope as follows: (test in Test)

This changes a lot from your current structure but would you consider making all of the subnets private except mgmt and elb? I'm willing to contribute some changes to make...

While attempting to write a plugin for ng-annotate I discovered that the JS file requires ES6 support. Node supports many ES6 features with the --harmony flag. Based on the documented...

java -jar zipkin-dependencies.jar fails with "Error: Invalid or corrupt jarfile zipkin-dependencies.jar" Running the docker container locally and inspecting the JAR file shows that it consists of: ``` { "errors" :...

While testing the Cassandra3 storage component I noticed that query limit is not accurate. Specifying a limit of 10 for "zipkin-server" "all" returns 4 results. Increasing the limit to 100...

cassandra