Koen Dierckx

Results 8 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,...