Alex Dulin

Results 3 issues of Alex Dulin

Currently there is no way to configure annotations on the [acl-init job](https://github.com/hashicorp/consul-helm/blob/master/templates/server-acl-init-job.yaml#L34). This is problematic when using AWS [cloud auto join](https://www.consul.io/docs/agent/cloud-auto-join) to discover external servers on a cluster with applications...

hacktoberfest

This adds in support for using the HCL2 jobspec2 parser with a new -hcl2 flag. This allows for using new features like `upstreams.datacenter` and terminating gateways. It should also allow...

The additional properties flattening introduced in [this commit](https://github.com/deepmap/oapi-codegen/commit/6e84edc0ac19e5ecfd21e57cbacca5dba6428224) breaks query parameters that are unexploded. Take the following example parameter schema: ```yaml in: query name: example description: | Example parameter explode:...