Juigil Kishore

Results 2 issues of Juigil Kishore

## Unable to authenticate vault with HVAC when TLS enabled with self-signed certificate Started Vault service with TLS enabled ``` listener "tcp" { address = "172.18.0.10:8200" tls_cert_file = "self-signed.crt" tls_key_file...

Using oapi-codegen v1.11.0 to generate the server stub for the below spec ``` ~/go/bin/oapi-codegen -package main -generate gin,types,spec -old-config-style schema.yaml > server.gen.go ``` ``` paths: /status: get: description: Get Status...