seph
seph
This is a WIP to generate table spec files. It pulls out some stuff from `table.go` to `column.go` To generate specs, we need to expand the options bitmask into the...
I believe the amazon ruby SDK supports client side encryption on S3 buckets. Is that something that could be added here? https://aws.amazon.com/blogs/developer/using-client-side-encryption-for-s3-in-the-aws-sdk-for-ruby/
It'd be great to have support for custom collectors in the ruby gem. I see them in both [python](https://github.com/prometheus/client_python/#custom-collectors) and [java](https://github.com/prometheus/client_java#custom-collectors). Any chance of implementation here?
When notary warns me of an impending expiration, the _first_ thing I want to know is when. This commit adds the date to the error message.
Hi! I'm not sure if this is a bit if missing code, or a doc issue, or just a problem in my understanding, but from what I can tell, setting...
In testing some things, I noticed that `notary key import` uses the path specified in the file. Even if it's invalid. As I believe the keyid is deterministically generated, it...
## URL to the linked Repository or Organization https://github.com/kolide/launcher ## Steps to reproduce the problem 1. Dependabot opens PR ## What is the expected result? PR is approved ## What...
The amazon ruby SDK supports client side encryption. Is this a feature that could be added here? https://aws.amazon.com/blogs/developer/using-client-side-encryption-for-s3-in-the-aws-sdk-for-ruby/
Adds a post setup configuration step To keep things somewhat cleaner, I also moved all the curl calls into a `docker_curl` function, and a `get_login_token` function. As well as moving...
On master, commit cc6d35b6c55aeef88a93706117dfe250bf82db7d I tried following the instructions. It did *not* create the initial user. I went to https://127.0.0.1:8412 and was given brand new install. I created admin/admin123# I...