Koen Dierckx

Results 13 issues of Koen Dierckx

Made default headers customizable Added extra headers, based on OWASP recommendations, but these are off by default, to ensure backwards compatibility

When doing a reverse proxy for a site with websockets, some additional 'http' configuration is needed By providing this default generic map, the configuration can stay limited to the 'server'...

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 4.10 - Ruby: - Distribution: Ubuntu 14.04 LTS - Module version: 0.7.0 ## How to reproduce (e.g Puppet code you...

## Describe the Bug Error: Found 1 dependency cycle: (Anchor[postgresql::server::service::begin::main] => Postgresql_psql[Set template1 encoding to UTF8] => Postgresql::Server::Instance::Late_initdb[main] => Postgresql::Server::Instance::Initdb[main] => Class[Postgresql::Server::Initdb] => Postgresql_conf[port_for_instance_main] => Class[Postgresql::Server::Service] => Postgresql::Server::Instance::Service[main] => Anchor[postgresql::server::service::begin::main])...

community

#### Pull Request (PR) description This avoids an issue with latest puppet agent But is not needed anyhow, as a minimal value of 0 already means wait indefinitely #### This...

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 7.29 - Ruby: all - Distribution: all - Module version: all (up to 6.0.0) ## How to reproduce (e.g Puppet...

These changes will solve issue #13 And there is no longer a need to setup a cron job, or systemd timer

I'm trying to proxy the registry using apache, but instead of using tcp ports, I would prefer using a unix domain socket. https://docs.docker.com/registry/configuration/#http https://httpd.apache.org/docs/trunk/mod/mod_proxy.html#proxypass Reason: to avoid possible port collisions,...

##### SUMMARY Add kube_version parameter, similar as the wrapped helm template binary provides Fixes #937 ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME kubernetes.core.helm_template

##### SUMMARY Error: chart requires kubeVersion: < 1.33.0-0 which is incompatible with Kubernetes v1.33.0 Happens after updating helm on the ansible controller node to the latest version https://github.com/helm/helm/releases/tag/v3.18.0 https://github.com/helm/helm/commit/cc58e3f5a3aa615c6a86275e6f4444b5fdd3cc4e This...