Eric Herot

Results 18 issues of Eric Herot

Currently this happens: ``` ssl.CertificateError: hostname 'my.bucket.name.s3.amazonaws.com' doesn't match either of '*.s3.amazonaws.com', 's3.amazonaws.com' ``` This can usually be worked around by putting the bucket name at the beginning of the...

The "excludes" directive is briefly discussed on this page: http://docs.opscode.com/config_yml_kitchen.html but is not mentioned at all (as far as I can tell) in the main Test Kitchen docs. The "includes"...

Documentation

``` 16:57:29 (0) eherot: ~ $ pgrep -l chef 32051 chef-client 16:57:34 (0) eherot: ~ $ sudo lsof -p 32051 | grep deleted chef-clie 32051 root 7u CHR 136,0 0t0...

Type: Bug
Status: Good First Issue

This adds support for ELBv2. It's a work in progress. Work has actually stalled for the moment because we haven't been making a lot of ELBs recently, but I do...

- [Blog Post](https://aws.amazon.com/blogs/aws/new-aws-application-load-balancer/) - [Docs](http://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/Welcome.html)

My limited understanding is that this should not happen. Anyway... NOTE: This was run against the 2.8 branch. Output tells all: ``` $ be spiceweasel --loglevel debug --debug --extractlocal ./spiceweasel/manifest.yml...

This is mainly only used in `tarball` install mode so it probably doesn't come up much, but having a default checksum, version, and source URL, would cause highly misleading behavior...

### Describe the solution you'd like **First, to summarize The Problem** Right now the structure of a `secretObject` ([docs](https://secrets-store-csi-driver.sigs.k8s.io/topics/sync-as-kubernetes-secret.html)|[source](https://github.com/kubernetes-sigs/secrets-store-csi-driver/blob/main/pkg/util/secretutil/secret.go#L184-L216)) forces you (as far as I could tell, anyway) to load...

kind/feature
lifecycle/stale

It wasn't valid JSON before and now it is.