Dave Paroulek
Dave Paroulek
Document the minimum IAM policy for using these scripts to setup C8 on AWS
AWS provides convenience DNS names for load balancers. However, if you try to configure letsencrypt to genererate certificates for these domain names, you will see an exception like this: ```...
As of Nov 2022, by default, we provide a profile for using an nginx ingress for Azure. The `azure/ingress/agic` folder contains scripts to configure network access using an Application Gateway....
We might be able to take advantage of the helm `--post-renderer` feature [described here](https://helm.sh/docs/topics/advanced/). If we use a combination of setting environment variables and `post-renderer` scripts, this might be a...
Add documentation about composition of profiles, e.g. chartValues ?= "camunda-values.yaml ../development/camunda-values.yaml" And document how to create your own, custom profile.
__Is your feature request related to a problem? Please describe.__ I worked recently with a prospect interested in using our Salesforce connectors. They gave some feedback about their experience that...
Unqork
## Description Allow for parsing integers found in ENUM section of open api specs See issue #2277 for more details. This patch addresses that issue. ## Related issues closes #2277
__Is your feature request related to a problem? Please describe.__ I'm attempting to implement a custom connector to consume the [Unqork](https://developers.unqork.io/) api. The Unqork api expects `grant_type`, `username`, and `password`...
## Description Its currently not possible make a POST request and send data in the body with `Content-Type` of `application/x-www-form-urlencoded`. The unqork api requires this and I think other folks...
__Describe the Bug__ When trying to parse [Unqork's open api spec](https://developers.unqork.io/api/1.0/openapi.yml), the following error is thrown: ``` Generation failed: class java.lang.Integer cannot be cast to class java.lang.String (java.lang.Integer and java.lang.String...