Dave Paroulek

Results 22 issues of Dave Paroulek

I saw a question on Slack about whether it's possible to set ip address that server binds to and so I threw this together quickly. This should work for jetty...

This is a really great project, I'm having a blast learning about parser combinators, thanks so much for your work. I noticed there was no documentation about the lookahead parser...

The following error is thrown when attempting to display a form with `extended-form-js` element (such as a table or file upload component): ``` Error: form field of type is not...

Adding scripts to support multi region setups in Azure

Ingresses should be configured to use sticky sessions when multiple instances of tasklist/operate/optimize are started. Here's an example of annotations required to enable "cookie" based sticky sessions: https://github.com/camunda-community-hub/camunda-8-helm-profiles/blob/main/tasklist/include/tasklist-ingress.tpl.yaml If possible,...

enhancement
low-priority

The [Makefile](https://github.com/camunda-community-hub/camunda-8-helm-profiles/blob/main/high-available-webapps/Makefile) for the `high-available-webapps` profile copies the current deployments and then creates a new deployment containing only the webapp. The existing deployment still contains webapp + importers & exporters....

enhancement
low-priority

`zbctl` cli was removed from the `camunda/zeebe` image as of 8.2.11. So, `make deploy-model` no longer works

[Dependabot](https://github.com/dependabot) doesn't recognize image versions in `values.yaml` files, but it would recognize versions inside docker-compose files. We could experiment with creating docker-compose files so that dependabot will warn when new...

https://crossplane.io/ (Note: this issue was copied from the Greenfield Project which is now deprecated)

Cloud Flair PKI Toolkit can be used to provision tls certificates. Most of the scripts needed for this can be found inside the `cfssl` subdirectory, but these scripts haven't been...