Daniel Carbone
Daniel Carbone
Hey there, First I want to thank you for creating this generator, was a big help. Secondly, I have created my own implementation of this in php here: [dcarbone/json-to-go](https://github.com/dcarbone/json-to-go) I...
Using granted 0.2.5 on Monterey, the `--export` option does indeed define a profile secrets entry into the `$HOME/.aws/credentials` file, however the config is not usable as-written. As @chrnorm correctly pointed...
Hi, First thanks for writing this package, it works very well and saved us having to write something ourselves :) That said, we have our health checks handled by Consul,...
- Updating of all deps to latest versions - Using "go.etcd.io/etcd/client/" in lieu of "github.com/coreos/etcd/clientv3" - Updating to v1.5.0 of "github.com/container-storage-interface/spec" - Using `volCap` in lieu of `cap` for var...
Whole new suite of models and api calls around various config entry types
- addresses #76
I'm looking to uplift my currently manually updated homelab consul cluster to ansible using this project. That said, I don't understand the purpose of the `consul_iface` var. It isn't actually...
### What does this PR do? Addresses #2094 by adding a `WithDataDogTracer` func that adheres to the AWS SDK Go V2 `config.LoadOptionFunc` type. ### Motivation I need to be able...
I have a scenario where it would be prefrable to be able to apply the DataDog tracing middleware through the use of a [config.LoadOptionsFunc](https://github.com/aws/aws-sdk-go-v2/blob/209ce9432c85c55ae54c2ff35fdd9b9c52e28487/config/load_options.go#L20) that can be provided to the...
Updates
- basing off go 1.18 - updating acl backup & restore to consider roles, policies, and tokens - updating acl backup to use newer apis - altering codeCheck.sh to use...